Skip to content

Document Node Catalog

Generated category

Document Node Catalog

Generated from 54 catalog nodes in Document.

Document/DOCXDocument/PDFDocument/PPTX

Nodes in this category

Showing 54 of 54 generated node docs.

Add Hyperlink

Document/DOCX

Append a hyperlink to a DOCX document. Default color: #FF4343.

Add Image

Document/DOCX

Insert an inline image into a DOCX document

Add Page Break

Document/DOCX

Insert a page break into a DOCX document

Add Paragraph

Document/DOCX

Append a styled paragraph to a DOCX document

Add Table

Document/DOCX

Insert a styled table from JSON data. Default: branded header with #FF4343, zebra rows.

Add Table of Contents

Document/DOCX

Insert a TOC field that Word will populate on open

Create Document

Document/DOCX

Create an empty DOCX with Flow Like branded theme (styled headings, Calibri font, modern spacing)

Extract Text

Document/DOCX

Extract all text content from a DOCX file as plain text

Get Metadata

Document/DOCX

Read document metadata from docProps/core.xml

List Placeholders

Document/DOCX

Scan document body, headers, footers for all {{...}} placeholder strings

Merge DOCX

Document/DOCX

Concatenate multiple DOCX documents into one, with optional page breaks between them

Remove Paragraph

Document/DOCX

Remove paragraphs containing a specific placeholder. Useful for conditional content.

Replace Image in DOCX

Document/DOCX

Replace an image in a DOCX file by matching alt text or shape name

Replace Table Row

Document/DOCX

Find a table containing a placeholder, duplicate that row for each data item, replacing placeholders per row

Replace Text in DOCX

Document/DOCX

Replace text placeholders in a DOCX template file with plain text or markdown

Set Header/Footer

Document/DOCX

Set header and/or footer text in a DOCX document

Set Metadata

Document/DOCX

Set title, author, subject, keywords, description in document metadata

Add Image Stamp

Document/PDF

Stamp an image at a specified position on selected PDF pages.

Add Page Numbers

Document/PDF

Add 'Page X of Y' labels to each page of a PDF.

Add Text Watermark

Document/PDF

Overlay a diagonal text watermark on all pages. Default: #FF4343 at 15% opacity.

Compress PDF

Document/PDF

Optimize and compress a PDF by deduplicating objects and compressing streams.

Decrypt PDF

Document/PDF

Remove password protection from a PDF using the owner or user password.

Encrypt PDF

Document/PDF

Encrypt a PDF with a user password for restricted access.

Extract Pages

Document/PDF

Extract specific pages (non-contiguous) from a PDF

Extract Text

Document/PDF

Extract all text content from a PDF document.

Fill PDF Form Field

Document/PDF

Sets the value of a named AcroForm field in a PDF document.

Get Metadata

Document/PDF

Read title, author, subject, keywords, and page count from a PDF.

List PDF Form Fields

Document/PDF

Reads a PDF and returns all AcroForm field names so you know which fields are available to fill.

Merge PDFs

Document/PDF

Concatenate multiple PDF files into one

Replace Image in PDF

Document/PDF

Replaces an image XObject in a PDF by name. Any image format is accepted and automatically converted to JPEG.

Replace Text in PDF

Document/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.

Rotate Pages

Document/PDF

Rotate pages by 90, 180, or 270 degrees

Set Metadata

Document/PDF

Set title, author, subject, and keywords in a PDF's Info dictionary.

Split PDF

Document/PDF

Extract a page range from a PDF into a new file

Add Chart

Document/PPTX

Embed a simple bar chart on a PPTX slide using DrawingML chart XML.

Add Image to Slide

Document/PPTX

Place an image at a specified position on a PPTX slide.

Add Shape

Document/PPTX

Add a shape (rectangle, ellipse, arrow, etc.) to a PPTX slide.

Add Slide

Document/PPTX

Add a blank slide to a PPTX presentation.

Add Table to Slide

Document/PPTX

Add a branded table to a PPTX slide. Header row uses #FF4343 with white text.

Add Text Box

Document/PPTX

Add a styled text box to a specific slide in a PPTX.

Create PPTX

Document/PPTX

Create a blank PPTX presentation with Flow Like brand theme (16:9, Calibri, #FF4343 accent).

Delete Slide

Document/PPTX

Remove a slide at the given index from a PPTX file

Duplicate Slide

Document/PPTX

Clone a slide at a given index, inserting the copy at a target position. Preserves formatting, layouts, and master references.

Extract Text

Document/PPTX

Extract all text content from all slides as plain text

Get Metadata

Document/PPTX

Read presentation metadata (title, author, subject, keywords)

List Placeholders

Document/PPTX

Scan all slides for {{...}} placeholder strings

Merge Presentations

Document/PPTX

Combine slides from multiple PPTX files into one. The base file's theme and masters are preserved.

Reorder Slides

Document/PPTX

Move a slide from one position to another

Replace Image in PPTX

Document/PPTX

Replaces images in a PowerPoint (PPTX) file by matching alt text or shape name

Replace Table Data

Document/PPTX

Populate a table on a slide that contains a placeholder in its first cell with structured data (JSON array of arrays). Inherits the table's existing styling.

Replace Text in PPTX

Document/PPTX

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

Set Metadata

Document/PPTX

Set title, author, subject, keywords in presentation metadata

Set Speaker Notes

Document/PPTX

Set or replace speaker notes for a slide

Slide Count

Document/PPTX

Return the number of slides in a PPTX file