Thornton, Keith wrote:
> An exception is thrown (PdfXConformanceException) when I call
> Document.NewPage() or Document.close()
> The exception says that I am using the non-embedded font (Helvetia). I
> am not explicitly ussing this font.
> Does anyone know what I am doing wrong Or how I can find
Hi,
I am trying to produce PDF-A/1b conformant documents.
I am setting
pdfWriter.setPdfVersion(PdfWriter.VERSION_1_4);
and
pdfWriter.setPDFXConformance(PdfWriter.PDFA1B);
I am embedding the font which I use explicitly
bfDefault = BaseFont.createFont("Frutinger_Medium_LT_54368.ttf",
BaseFont.CP