Tagged Questions
The cfreport tag has no wiki summary.
4
votes
1answer
101 views
How to disable “AllowPrinting” for PDF generated in cfreport/cfdocument?
The business requirement says that the PDF cannot be printed.
I looked up the doc of cfreport, and it says for format="pdf", there is a permissions attribute that I can set to a list of permissions ...
0
votes
2answers
52 views
how to create background watermark in CFReport
I want how to create background watermark (especially Image) in CFReport just like appearing "Developer Edition" text in CFReport when we render if our CF version is developer edition.
0
votes
2answers
62 views
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 each report to a PDF individually, then merge the PDFs into one big PDF, and print ...