string destinationPath = @"C:\Temp\Test.pdf";
using (Presentation presentation = new Presentation(sourcePath))
presentation.Save(destinationPath, SaveFormat.Pdf, new PdfOptions { Compliance = PdfCompliance.PdfA1b });
Eric
Hi Eric,
I have worked with shared presentation using Aspose.Slides for .NET 17.4 and have not been able to observe the issue. For your kind reference the generated output is also attached. Please try using the specified version on your end to serve the purpose.
Many Thanks,