Aspose.Words Saving to Pdf

Hi,

We are currently encountering some issues with Aspose.Words. When we save a document with lines to pdf, some of the lines seem to double in the generated pdf. However, saving it to word works fine. We really need this to work if we are to go ahead and purchase a lincense.
This is the code to load and save the document:
const string licenseFile = @"…\license\Aspose.Words.lic";
var licenseWords = new License();
licenseWords.SetLicense(licenseFile);
var doc = new Document(@"…\templates\Doc29.docx");
doc.Save(@"…\Results\Rendering.SaveToPdfNoCompression Out.docx");
doc.Save(@"…\Results\Rendering.SaveToPdfNoCompression Out.pdf");
I have attached the document that is been loaded and the generated pdf document. You will notice that the generated pdf has some of the line doubled at certain sections.
Any help?

Dear Ekhor,


Thank you for you request.

I have just reproduced reported by you issue and linked your request to related record in our tracking system.

We will inform you as soon as the issue is fixed.


The issues you have found earlier (filed as WORDSNET-4085) have been fixed in this .NET update and in this Java update.


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

The issues you have found earlier (filed as WORDSNET-4081) have been fixed in this .NET update and in this Java update.