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…...Error: Object reference not set to an instance of an object. Stack...RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature...