Contents

cfpdfparam

Description

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

Category

Other

Implemented

Usage Syntax

<cfpdfparam  
	[pages="String"]
	[password="String"]
	source="Any"
 />

[] = Optional attribute

Attributes

Name Type Required Default Description
pages String No age 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".
password String No User or owner password, if the source PDF file is password-protected.
source Any Yes Source PDF file to merge. You can specify a PDF variable, a cfdocument variable, or the pathname to a file.

Example Usage