Error in converting Word to PDF

Hello Aspose support,

Please find attached Source.doc which was converted to Destination.pdf using the following code with Aspose.Words 6.0.0.0:

string docFile = @"C:\Source.doc";
Document doc = new Document(docFile);
string pdfFileName = @"C:\Destination.pdf";
doc.Save(pdfFileName, SaveFormat.Pdf);

I would like to report the following issues in the pdf file:

  1. Small boxes appear throughout the pdf file.
  2. Hyphen ( - ) appears in all first column of each row of the first table.
  3. The footnotes in the word document don’t show up in the pdf document.

Could you please look into these issues.

Regards,

Manish Bhardwaj
Prudential plc

Hi
Thanks for your request.

  1. This issue is already fixed in the latest version of Aspose.Words.
  2. I cannot reproduce this problem using Aspose.Words 6.1.0
  3. Footnotes/Endnotes are not supported yet. This is known issue # 6799 in our defect database, I will notify you as soon as it is fixed.
    You can download the latest version of Aspose.Words from here:
    https://releases.aspose.com/words/net
    Best regards.

The issues you have found earlier (filed as 6799) have been fixed in this update.

This message was posted using Notification2Forum from Downloads module by aspose.notifier.
(50)