The .pptx contains a gauge-image with labels. When opening the .pptx with Aspose.Slides and saving to PDF the labels are missing the last character.
Code:
var pdfOptions = new PdfOptions() {SaveMetafilesAsPng = false};
var presentation = new Presentation("source.pptx");
presentation.Save("output.pdf", SaveFormat.Pdf, pdfOptions);
The Zipfile contains:
source.pptx (Powerpoint with inserted EMF-Image, label text is correct)
Unfortunately, I was unable to reproduce the problem you described when converting the PowerPoint presentation to the PDF document using Aspose.Slides for .NET 23.11. output.pdf (30.3 KB)
Please check the problem again. If the issue persists, please share the following additional information:
@mabaex,
Unfortunately, I was still unable to generate a PDF document with missing text labels. We need more information to reproduce the problem on our side.