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