Hi,
When converting a PowerPoint side to PDF using Aspose.slides. We noticed the x-axis labels were not rendered correctly and overlapped with legends.
Code:
var saveOptions = new PdfOptions
{
SaveMetafilesAsPng =…...\test.pptx"); convertedDocument.Save(@".\test.pdf", SaveFormat...saveOptions); I’ve attached the test files and a screenshot for your...