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…...Family Hi, Thanks for your query with sample code. Well, I think...