Hi Support,
See attached original PPTX and output PDF file.
We are using following code to convert this file:
Presentation Presentation = new Presentation(InputFileName);
Aspose.Slides.Export.PdfOptions PdfSaveOptions = new Aspose.Slides.Export.PdfOptions();
PdfSaveOptions.Compliance = Aspose.Slides.Export.PdfCompliance.PdfA1b;
MemoryStream Stream = new MemoryStream();
Presentation.Save(Stream, Aspose.Slides.Export.SaveFormat.Pdf, PdfSaveOptions);
OutputFileBytes = Stream.ToArray();
Let us know what could be the reasons for this issue?
Regards,
Jhan Zaib