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_…...do not conform to the pdf/a standard. For the first conversion...create tags, becaues both standards deal with tagged PDF. But...