Hi,
I have a question related aspose PDF- concatenating multiple PDF files. I am using concatenate API from library class com.aspose.pdf.kit.PdfFileEditor and works really fine.But when I try to concatenate large PDFs…...PdfFileEditor editor = **new** PdfFileEditor(); editor.setUseDiskBuffer(**true**);...setUseDiskBuffer(**true**); editor.setConcatenationPack(100); editor.concatenate(fileArray...