Word wrap is changing when saving Persentation as PDF

Hi,

when saving a PowerPoint Slide to PDF with Aspose.Slides for .Net (latest version, 17.9) word wrap of text in textboxes is changing compared to PowerPoint and PowerPoint’s ‘Create PDF/XPS’ document output.
Example:
Generated output Aspose: Output_Aspose_PrintText.pdf (23.1 KB)
Generated output PowerPoint: Output_PowerPoint_PrintText.pdf (225.3 KB)
Original File: PrintText.zip (78.5 KB)

Used Code:
var pptxpath = @“C:@@tmp\PrintText.pptx”;
Aspose.Slides.Presentation pptx = new Aspose.Slides.Presentation(pptxpath);
pptx.Save(@“C:@@tmp\Output_Aspose_PrintText.pdf”, Aspose.Slides.Export.SaveFormat.Pdf);

With best regards
Christian

@Chris2Stein,

I have worked with the presentation file shared by you and have been able to observe the issue. An issue with ID SLIDESNET-39402 has been created 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 automatically notified once the issue will be fixed.