cfpdfparam

Provides additional information for the cfpdf tag.
The cfpdfparam tag applies only to the merge action of the cfpdf tag.
The cfpdfparam tag is always a child tag of the cfpdf tag.

  <cfpdfparam source="">

 cfpdfparam(source="");

Attribute Reference

password string

Specify the user or owner password, if the source PDF file is passwordprotected. (optional)

source string
Required

Specify the source PDF file to merge. (optional)

pages string

Page or pages of the PDF source file to merge. You can specify a range of pages, for example, "1-5 ", or a comma-separated list of pages, for example, "1-5,9-10,18".

Examples
Sample code using the cfpdfparam tag

Signup for cfbreak to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.

Fork me on GitHub