Код: Выделить всё
PDFAIdentificationSchema id = xmp.createAndAddPDFAIdentificationSchema();
id.setPart(3);
id.setConformance("B");
Подробнее здесь: https://stackoverflow.com/questions/794 ... ith-pdfbox
Код: Выделить всё
PDFAIdentificationSchema id = xmp.createAndAddPDFAIdentificationSchema();
id.setPart(3);
id.setConformance("B");