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