Spire.Doc is a professional Word .NET library specifically designed for developers to create, read, write, convert and print Word document files. Get free and professional technical support for Spire.Doc for .NET, Java, Android, C++, Python.

Fri Mar 04, 2016 4:39 pm

I am trying to convert a .doc to .pdf and my document is one page long. It does convert to a pdf file but takes really long. I use the replace functionality to make some changes to the .doc file and then save it as pdf file.

doc.Replace(tags[i], tagInfo[i], true, true);
doc.SaveToFile(docLocSave, FileFormat.PDF);
WordDocViewer(docLocSave);

kushak
 
Posts: 1
Joined: Thu Mar 03, 2016 3:37 pm

Mon Mar 07, 2016 2:26 am

Hi,

Thanks for your interests in our product.
Please provide us your sample document for our testing.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy
 
Posts: 802
Joined: Mon Jan 19, 2015 6:14 am

Return to Spire.Doc