PDFParam
Component which specifies header, footer, and pagebreaks within a document body
This component is only available to Boxlang+/++ subscribers only but can be installed in conjunction with the bx-plus Module with a limited trial.
Component Signature
<bx:PDFParam source=[string]
filename=[string]
encoding=[string]
mimeType=[string]
description=[string]
password=[string]
iconname=[string]
coordinates=[string]
note=[string] />Attributes
source
string
false
filename
string
false
encoding
string
false
UTF-8
mimeType
string
false
description
string
false
password
string
false
iconname
string
false
Draft
coordinates
string
false
note
string
false
Examples
Basic PDF Merging
Password-Protected Source Files
Merging with File Descriptions
Custom File Encoding
Specifying MIME Types
Complex Merge with Metadata
Variable-Based Sources
Conditional PDF Inclusion
Error Handling with Try/Catch
Common Use Cases
Document Assembly - Combining multiple PDF sections into complete reports
Archive Creation - Merging related documents for storage
Report Generation - Assembling dynamic reports from template pieces
Workflow Processing - Combining documents at different workflow stages
Best Practices
Always specify meaningful descriptions for merged sections
Use consistent encoding (UTF-8) for international content
Store passwords securely, not in plain text code
Test merge operations with sample documents first
Handle password-protected sources with appropriate error handling
Related Components
Last updated
Was this helpful?
