Is it possible to print multiple cfreport in a single print job easily?
What's the easiest way to print multiple cfreport in a single print job?
The only method I can think of is to output eac开发者_JAVA百科h report to a PDF individually, then merge the PDFs into one big PDF, and print that PDF.
Is this the only way? Can I do something similar with FlashPaper? FlashPaper is much easier especially with non-English characters involved.
Thanks!
You could probably kludge something together with a "master" report and using the other reports as sub-reports.
PDF then Merge them in memory is the solution I picked. However, it takes time to generate it so I made use of in CF9.
精彩评论