Copy link to clipboard
Copied
Hi
i had an application in which we are exporting data to excel and now we need to add save as PDF option for this data. I dont know how to do this in cf8 to create pdfs.
the pdf should get data from queries.
please help me how to create this pdf form
Copy link to clipboard
Copied
<cfdocument>
Usage is described in the cfml reference manual. If you don't have one, the internet does.
Copy link to clipboard
Copied
You can also manipulate pdf using the cfpdf tag in CF 8
-Prasanth