Saving a Presentation to a Pdf file results in lots of newlines in the console

I noticed that when debugging one of our processes that a lot of newlines are outputted whenever a powerpoint presentation is being saved to a pdf.


Code is:
Console.WriteLine( “Testing ppt save” );

var presentation = new Presentation( InputFile );
var opts = new Aspose.Slides.Export.PdfOptions {
Compliance = Aspose.Slides.Export.PdfCompliance.PdfA1b,
TextCompression = Aspose.Slides.Export.PdfTextCompression.Flate
};
presentation.Save( OutputFile, Aspose.Slides.Export.SaveFormat.Pdf, opts );
Console.WriteLine( “Ppt Saved to pdf” );

Thanks for looking into this.

Thanks.

Hi Andre,


Thanks for inquiring Aspose.Slides.

I have observed the query shared by you. Can you please share the source presentation and generated Pdf with us along with snapshot highlighting the issue. Please also try using Aspose.Slides for .NET 7.4.0 on your end and kindly share your feedback if there is still an issue.

Many Thanks,