Extra dots appear after saving document as PDF

Hi,

We are trying to save the attached document - “a.docx” as a PDF. We are using the code below:

var document = new Document(“a.docx”);
var saveOptions = new PdfSaveOptions
{
JpegQuality = 100,
TextCompression = PdfTextCompression.None,
PageCount = document.PageCount
};
saveOptions.OutlineOptions.DefaultBookmarksOutlineLevel = 9;
saveOptions.MetafileRenderingOptions.RenderingMode = MetafileRenderingMode.Vector;
document.Save(“a.pdf”, saveOptions);

The generated PDF file is also attached. Note the extra dots that appear on the second line.

The Aspose.Words version we’re using is 14.1.0.0.

Thank you,
Bogdan Ungureanu

Hi Bogdan,

Thanks for your inquiry. I tested the scenario and have managed to reproduce the same problem on my side. For the sake of correction, I have logged this problem in our issue tracking system as WORDSNET-9755. Our development team will further look into the details of this problem and we will keep you updated on the status of correction. We apologize for your inconvenience.

Best regards,

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


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