using .net 9 latest apose.pdf (25.10.0).
1.pdf (221.1 KB)
when trying to save attached PDF with:
SaveOptions so = new PdfSaveOptions()
{
DefaultFontName = "Arial",
};
pdfDocument.Save(outputPdfPath, so);
save fa…...which font to use when the source PDF references a font that is...Aspose.PDF tries to resolve the font through its internal FontSettings...