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…...not expose any cancel/abort token or method for this operation...editor = new PdfFileEditor(); List<InputStream> batch = new ArrayList<>();...