While looking at

https://stackoverflow.com/questions/51564781/error-merging-large-pdf-files-with-pdfbox-missing-end-of-file-marker-eof/

I noticed that the merge utility makes streams from files... which means that whole files are getting cached to allow random access. IMHO it would be better to keep files as files and streams as streams, i.e. have an array of objects and then "do the right thing".

Tilman


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to