Hello!
Using Aspose.PDF for Java 26.5, I convert the attached pdf-document
Lageplan.pdf (1.5 MB) To PDF/A-2.
Document document = new Document(new ByteArrayInputStream(this.sourceContent));
PdfFormatConversionOptions…...Hello!
Using Aspose.PDF for Java 26.5, I convert the attached pdf-document
Lageplan.pdf (1.5 MB) to PDF/A-2.
Document document = new Document(new ByteArrayInputStream(this.sourceContent));
PdfFormatConversionOptions…