Chaps,
I had a slight problem after merging a number of documents using PDFEditor.Concatenate when using an array of filestreams. I have up to 12 documents I may need to merge into a single PDF and whilst this works fine, the filestreams were remaining open after the concatenate had completed.
I have solved my problem by iterating through the array and closing the filestreams manually. I have tried setting the PDFEditor to nothing in the hope that this would close the instreams but this was not the case.
Given your attention to detail, I did expect this, it is no big problem to close them manually.
Thanks for such an excellent set of products. Fine work.
GH.