We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

The content is not complete while converting word docs into pdf

hello
I write a method to convert a doc to pdf like the example like this

WordDocument wordDoc = new WordDocument("sample.doc");

DocToPDFConverter converter = new DocToPDFConverter();

 

//Converts a Word document into a PDF document.

PdfDocument pdfDoc = converter.ConvertToPDF(wordDoc);

 

//Saves the PDF file.

pdfDoc.Save("DoctoPDF.pdf");


but the pdf content is not complete 


I also use your online api service 

http://asp.syncfusion.com/demos/reporting/DocIO/Import%20and%20Export/DoctoPDF/CS/DoctoPDF.aspx

but this problem still exsit.


my doc file is in attach file



Attachment: 20150514175105_860288_合成的封面_8991130.zip

1 Reply

DV Divyalakshmi Vasudevan Syncfusion Team May 15, 2015 05:32 AM UTC

Hi Bronts,

Thank you for your interest in Syncfusion products.


We considered this requirement “Content preservation issue in Doc to PDFconversion “as bug and a support incident has been created under your account to track the status of this requirement. Please log on to our support website to check for further updates.
https://www.syncfusion.com/account/login?ReturnUrl=/support/directtrac/incidents


Please let us know in case of any other questions.

Regards,
Divyalakshmi V


Loader.
Up arrow icon