Skip to content

Replace Text in PPTX Node

Document/PPTX

Replace Text in PPTX

Replaces text placeholders in a PowerPoint (PPTX) file with plain or markdown-formatted text

pptx_replace_textmedia
Inputs6
Outputs2
Security exposure3/10
Packagemedia

Ratings

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

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

Input Pins

6

Input

Execution
exec_in

Trigger execution

Template

Struct
template

Path to the PPTX template file

FlowPathFlowPath3 fields
pathstringrequired
store_refstringrequired
cache_store_refstring | null
Schema enforced

Placeholder

String
placeholder

The placeholder text to find in the template

Replacement

String
replacement

The replacement text (supports markdown when enabled)

Use Markdown

Boolean
use_markdown

Parse replacement text as markdown for rich formatting

Default false

Output Path

Struct
output

Path where the resulting PPTX file will be saved

FlowPathFlowPath3 fields
pathstringrequired
store_refstringrequired
cache_store_refstring | null
Schema enforced

Output Pins

2

Done

Execution
exec_out

Execution continues after replacement

Result

Struct
result

Path to the generated PPTX file

FlowPathFlowPath3 fields
pathstringrequired
store_refstringrequired
cache_store_refstring | null

Node Info

Internal name
pptx_replace_text
Category
Document/PPTX