Once concatenate starts running, I have no way to stop it. For example, when merging 1,000 files, I pass all of them into an InputStream[], and once the concatenation begins, it runs to completion.
I’m considering split…...files later: PdfFileEditor editor = new PdfFileEditor(); List<InputStream>...time) if (batch.size() == 2) { editor.concatenate(batch.toArray(new...