DocToPDFConverter ConvertToPDF not producing expected results.

Hi,
I'm testing out the PDF libraries using 16.1460.0.37.
I've attached a zip file that contains a .docx and a .pdf file.

When I convert the Word docx, as per the code pasted below, I get the resulting PDF file.
The docx file was created from a "template" and the values were added in using Microsoft's Open Office XML libraries.
But, other than that, is there any reason, the PDF shouldn't match more closely to the originating docx file?

Thanks for any guidance,
Mark Atkinson



 try
 {
     DocToPDFConverter converter = new DocToPDFConverter();
     PdfDocument pdfDoc = converter.ConvertToPDF(wordDocumentPath);
     pdfDoc.Save(pdfDocumentPath);
     return true;
 }
 catch (Exception e)
 {
     return false;
 }


Attachment: Files_4adf1e0a.zip

2 Replies

MJ Mohanaselvam Jothi Syncfusion Team May 29, 2018 01:28 PM UTC

Hi Mark,

Thank you for contacting Syncfusion support.

We can reproduce the preservation problem when converting the given Word document into PDF using DocIO and the fix for the issue will be included in our 2018 Volume 2 service pack 1 release, which is expected to be available at the end of June 2018 (tentatively)

Please let us know if you have any other questions.

Regards,
Mohanaselvam J
 



DB Dilli Babu Nandha Gopal Syncfusion Team January 9, 2019 06:16 PM UTC

Hi Mark 

We have fixed the reported issue and included in our 2018 Volume 2 Service Pack 1 release. We are glad to announce that our Essential Studio Volume 4, 2018 release (v16.4.0.42) is rolled out and is available for download under the following link. 

  
We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance. 

Regards, 
Dilli babu. 


Loader.
Up arrow icon