PDFParam

Component which specifies header, footer, and pagebreaks within a document body

Component Signature

<bx:PDFParam source=[string]
filename=[string]
encoding=[string]
mimeType=[string]
description=[string]
password=[string]
iconname=[string]
coordinates=[string]
note=[string] />

Attributes

Atrribute
Type
Required
Description
Default

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

  • PDF - Main PDF manipulation component

  • PDFForm - PDF form field manipulation

Last updated

Was this helpful?