Pptx to pdf problem

I am evaluating converting PPTX to PDF and am seeing some odd results.

The snippet of code I am using is this...

Aspose.Slides.Pptx.PresentationEx p = new Aspose.Slides.Pptx.PresentationEx(fileName);

p.Save(outFileName, Aspose.Slides.Export.SaveFormat.Pdf);

I have attached the sample pptx, and the output pdf.

If you could take a look and advise what may be causing the text to go off the page in the PDF it would be greatly appreciated.

Thanks,

Brandon Short

Hi Brandon,

The customized bullets in the presentation are not being rendered / recognized by Aspose.Slides correctly. Can you please explain how these bullets were created?