Hello,
I am trying To convert a PDF file To PDFA with the following code in Java 8 and aspose.pdf version 19.6:
File myFile = new File("C:\\foo.pdf");
InputStream inputStream = new FileInputStream(myFile);
FileOutpu…...Hello,
I am trying to convert a PDF file to PDFA with the following code in Java 8 and aspose.pdf version 19.6:
File myFile = new File("C:\\foo.pdf");
InputStream inputStream = new FileInputStream(myFile);
FileOutpu…