PdfConverter.SaveAsTiff() replaces bullet characters with Sigma characters

I am using PdfConverter.SaveAsTiff() on the attached pdf file, but the bullets in the lists on page 2 and 3 are converted from bullet characters to sigma characters. The code I’m using is below and the PDF file i’m using is attached. I’m using Aspose 7.1.0.0, but have tried 7.2.0.0 and am seeing the same result. Any help in getting the expected bullet characters would be greatly appreciated.


string OriginalPdfPath = @“D:\temp\NCFAM83.pdf”;
string tifOutputPath = @“D:\temp\NCFAM83.tif”;

Aspose.Pdf.Document doc = new Aspose.Pdf.Document(OriginalPdfPath);
Aspose.Pdf.Facades.PdfConverter converter = new PdfConverter(doc);

converter.SaveAsTIFF(tifOutputPath);

Regards,
Anthony

Hi Anthony,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

<o:p> </o:p>

Thank
you for sharing the template file and sample code.<o:p></o:p>

<o:p> </o:p>

I
am able to generate your mentioned issue after an initial test. Your issue has
been registered in our issue tracking system with issue id: PDFNEWNET-34175.
You will be notified via this forum thread regarding any update against your
reported issue.<o:p></o:p>

<o:p> </o:p>

Sorry
for the inconvenience,<o:p></o:p>

The issues you have found earlier (filed as PDFNEWNET-34175) have been fixed in Aspose.Pdf for .NET 10.7.0.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.