Dotted line in ToC rendered differently in PDF using Aspose.Slides

Hi,

When rendering a PPTX to PDF, I noticed the dotted line in PDF are different.

Code:
var ppt = new Presentation(".\test.pptx");
var saveOptions = new PdfOptions();
ppt .Save(".\test.pdf", SaveFormat.Pdf, saveOptions);

The dots in the Aspose PDF had a much larger height than the originals in PPTX and the PDF converted by using ‘save as’ in MS PPT.

I’ve attached the test files and a screenshot for your reference. Could you help me take a look?

test.zip (276.3 KB)
image.png (18.2 KB)

Thanks,

@ServerSide527,

I have worked with the issue shared by you and have created a ticket with ID SLIDESNET-41935 in our issue tracking system to further investigate and resolve the issue. This thread has been linked with the issue so that you may be notified once the issue will be fixed.