CFPDF Merge directory repeating first page
Hi All,
I got a very strange problem. I am trying to merge several PDFs (this happens with 2 or 200). They are all similar 1 page PDF files that were generated with CFPDFFORM.
When I try to merge them together using
<cfpdf action="merge" destination="scoreCardsPrint\scoreCardsPrint_#URL.eventid#_#URL.round#.pdf" directory="#tempDirectory#" order="name" overwrite="yes">
In the resulting file, I get the correct number of pages, but every page is exactly the same as the first.
Any ideas/suggestions?
