Hello!
I want to convert pdf-documents to tagged pdf (PDF/A-1a):
Document document = new Document(new ByteArrayInputStream(input));
PdfFormatConversionOptions options = new PdfFormatConversionOptions(PdfFormat.PDF_A_…...PDF/A-1a or is this an impossible task? Attached are input and output...