Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Adobe ColdFusion
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== PDF generation === ColdFusion can generate [[PDF]] documents using standard HTML (i.e. no additional coding is needed to generate documents for print). CFML authors place HTML and CSS within a pair of cfdocument tags (or new in ColdFusion 11, cfhtmltopdf tags). The generated document can then either be saved to disk or sent to the client's browser. ColdFusion 8 introduced also the cfpdf tag to allow for control over PDF documents including PDF forms, and merging of PDFs. These tags however do not use Adobe's PDF engine but cfdocument uses a combination of the commercial JPedal Java PDF library (maintained by the [[PDF Association]]) and the free and open source Java library [[iText]]. The tool cfhtmltopdf uses an embedded [[WebKit]] implementation.<ref>{{cite web|url=https://helpx.adobe.com/coldfusion/pdf-generation-in-coldfusion.html|title=PDF Generation in ColdFusion|publisher=Adobe|access-date=2017-01-27|archive-date=2017-07-09|archive-url=https://web.archive.org/web/20170709195908/https://helpx.adobe.com/coldfusion/pdf-generation-in-coldfusion.html|url-status=live}}</ref>
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)