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…...ttf file (e.g., arial.ttf ) into your project...ReadAllBytes(@"C:\Windows\Fonts\arial.ttf"); fontSettings.SetFontSources(new...