Hello,
we are using Apose.PDF (10.8.0) to convert PDFs to PDF/A Format.
The convert method
pdfaDocument.Convert(logErrorFile, PdfFormat.PDF_A_3B, ConvertErrorAction.Delete)
fails with some font errors in the logging, see here:
Font ‘C39HrP24DmTt’ is not embedded
Is there any way to replace those non convertable fonts with a standard font like ‘Arial’ or something to get the convertion succeed?
Embedding those fonts is not an option, because we don’t know and don’t have all those fonts which affects this errors.
Thanks in advance.
Greetings,
huf1