Hi,
When converting a PPTX document to PDF, an SVG logo is not rendered correctly.
Aspose.Slides version used: 25.12
Code used:
Presentation pres = new Presentation(options.SourcePath);
pres.Save(options.DestinationP…...Export.SaveFormat.Pdf); sogidev December...pdfOptions = new Aspose.Slides.Export.PdfOptions { SaveMetafilesAsPng...