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
close icon

ConvertToPDF changes document layout in PDF result

Hi,

I tried to convert a word document to a PDF with version 8.203.0.18 using the following code:

WordDocument wordDoc = new WordDocument("ORIGINAL_WORD_DOC.doc");
DocToPDFConverter converter = new DocToPDFConverter();
PdfDocument pdfDoc = converter.ConvertToPDF(wordDoc);
pdfDoc.Save("CONVERTED_PDF_RESULT.pdf");


Attached .zip file contains both the source word document and the PDF converted result.
As you can see, the PDF document result has different layout to the source, i.e text becomes left justified when shouldn't, and some text are placed wrongly in the document.


Please advise on how to convert the word to PDF without the content being modified?
Thank you,


Magdalena



SourceWordAndResultPdfDocs_8ae842ef.zip

1 Reply

PR Poornima R Syncfusion Team July 14, 2010 08:30 AM UTC

Hi Magdalena,

Thank you for your interest in Syncfusion Products.

The word document you have provided contains frames. Currently Essential DocIO do not have the support for frames. Sorry for the inconvenience caused. We will get this feature implemented in our future releases.

Please let us know if you have any queries.

Regards,
Poornima

Loader.
Live Chat Icon For mobile
Up arrow icon