With the new version 4.1.0, I have encountered a problem concatenating two PDF files which previously worked in the older version. This version produces a corrupt PDF instead.
I have attached the two PDF examples here but I had to remove a few field objects for privacy reasons.
The code is as follows:
pdfEditor.Concatenate({array of these two PDF files}, "Destination.PDF")
-Dave