These two lines of Java:
PdfFileEditor pdfFileEditor = new PdfFileEditor();
pdfFileEditor.concatenate("red.pdf","white.pdf","blue.pdf");
Are causing this error:
java.lang.ClassCastException: com.aspose.pdf.kit.iq
The red.pdf and white.pdf files are form-filled and flattened.
Thanks. -David