Skip to content

Replace Text in PDF Node

Document/PDF

Replace Text in PDF

Attempts to find and replace text in a PDF. Best-effort: PDF text replacement may not work for all documents due to complex text encoding and fragmented content streams.

pdf_replace_textmedia
Inputs5
Outputs3
Security exposure4/10
Packagemedia

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
4/10Medium
PrivacyPotential sensitivity of processed data.
2/10High
PerformanceRuntime or resource pressure.
4/10Medium
GovernancePolicy, audit, or compliance impact.
3/10High
ReliabilityOperational stability considerations.
5/10Medium
CostExternal or compute cost impact.
0/10High

Input Pins

5

Input

Execution
exec_in

Trigger execution

Template

Struct
template

PDF file to modify

FlowPathFlowPath3 fields
pathstringrequired
store_refstringrequired
cache_store_refstring | null
Schema enforced

Placeholder

String
placeholder

Text to find in the PDF

Replacement

String
replacement

Plain text replacement value

Output Path

Struct
output

Path to save the modified PDF

FlowPathFlowPath3 fields
pathstringrequired
store_refstringrequired
cache_store_refstring | null
Schema enforced

Output Pins

3

Output

Execution
exec_out

Execution continues after replacement

Result

Struct
result

Output file path

FlowPathFlowPath3 fields
pathstringrequired
store_refstringrequired
cache_store_refstring | null
Schema enforced

Replaced Count

Integer
replaced_count

Number of text replacements made

Node Info

Internal name
pdf_replace_text
Category
Document/PDF