hey , I have a requirement where I can stream multiple large pdf from S3 and merge them per page at a time. Can you guide on how this can be achieved ? Does Aspose PDF java offers this functionality
I used this logic , …...JVM memory try (Document mergedDoc = new Document()) { pdfFileNames...resolve(pdfName); try (Document srcDoc = new Document(pdfPath.toString()))...