Document Node Catalog
Generated category
Document Node Catalog
Generated from 54 catalog nodes in Document.
Nodes in this category
Showing 54 of 54 generated node docs.
Add Hyperlink
Document/DOCXAppend a hyperlink to a DOCX document. Default color: #FF4343.
Add Image
Document/DOCXInsert an inline image into a DOCX document
Add Page Break
Document/DOCXInsert a page break into a DOCX document
Add Paragraph
Document/DOCXAppend a styled paragraph to a DOCX document
Add Table
Document/DOCXInsert a styled table from JSON data. Default: branded header with #FF4343, zebra rows.
Add Table of Contents
Document/DOCXInsert a TOC field that Word will populate on open
Create Document
Document/DOCXCreate an empty DOCX with Flow Like branded theme (styled headings, Calibri font, modern spacing)
Extract Text
Document/DOCXExtract all text content from a DOCX file as plain text
Get Metadata
Document/DOCXRead document metadata from docProps/core.xml
List Placeholders
Document/DOCXScan document body, headers, footers for all {{...}} placeholder strings
Merge DOCX
Document/DOCXConcatenate multiple DOCX documents into one, with optional page breaks between them
Remove Paragraph
Document/DOCXRemove paragraphs containing a specific placeholder. Useful for conditional content.
Replace Image in DOCX
Document/DOCXReplace an image in a DOCX file by matching alt text or shape name
Replace Table Row
Document/DOCXFind a table containing a placeholder, duplicate that row for each data item, replacing placeholders per row
Replace Text in DOCX
Document/DOCXReplace text placeholders in a DOCX template file with plain text or markdown
Set Header/Footer
Document/DOCXSet header and/or footer text in a DOCX document
Set Metadata
Document/DOCXSet title, author, subject, keywords, description in document metadata
Add Image Stamp
Document/PDFStamp an image at a specified position on selected PDF pages.
Add Page Numbers
Document/PDFAdd 'Page X of Y' labels to each page of a PDF.
Add Text Watermark
Document/PDFOverlay a diagonal text watermark on all pages. Default: #FF4343 at 15% opacity.
Compress PDF
Document/PDFOptimize and compress a PDF by deduplicating objects and compressing streams.
Decrypt PDF
Document/PDFRemove password protection from a PDF using the owner or user password.
Encrypt PDF
Document/PDFEncrypt a PDF with a user password for restricted access.
Extract Pages
Document/PDFExtract specific pages (non-contiguous) from a PDF
Extract Text
Document/PDFExtract all text content from a PDF document.
Fill PDF Form Field
Document/PDFSets the value of a named AcroForm field in a PDF document.
Get Metadata
Document/PDFRead title, author, subject, keywords, and page count from a PDF.
List PDF Form Fields
Document/PDFReads a PDF and returns all AcroForm field names so you know which fields are available to fill.
Merge PDFs
Document/PDFConcatenate multiple PDF files into one
Replace Image in PDF
Document/PDFReplaces an image XObject in a PDF by name. Any image format is accepted and automatically converted to JPEG.
Replace Text in PDF
Document/PDFAttempts 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/PDFRotate pages by 90, 180, or 270 degrees
Set Metadata
Document/PDFSet title, author, subject, and keywords in a PDF's Info dictionary.
Split PDF
Document/PDFExtract a page range from a PDF into a new file
Add Chart
Document/PPTXEmbed a simple bar chart on a PPTX slide using DrawingML chart XML.
Add Image to Slide
Document/PPTXPlace an image at a specified position on a PPTX slide.
Add Shape
Document/PPTXAdd a shape (rectangle, ellipse, arrow, etc.) to a PPTX slide.
Add Slide
Document/PPTXAdd a blank slide to a PPTX presentation.
Add Table to Slide
Document/PPTXAdd a branded table to a PPTX slide. Header row uses #FF4343 with white text.
Add Text Box
Document/PPTXAdd a styled text box to a specific slide in a PPTX.
Create PPTX
Document/PPTXCreate a blank PPTX presentation with Flow Like brand theme (16:9, Calibri, #FF4343 accent).
Delete Slide
Document/PPTXRemove a slide at the given index from a PPTX file
Duplicate Slide
Document/PPTXClone a slide at a given index, inserting the copy at a target position. Preserves formatting, layouts, and master references.
Extract Text
Document/PPTXExtract all text content from all slides as plain text
Get Metadata
Document/PPTXRead presentation metadata (title, author, subject, keywords)
List Placeholders
Document/PPTXScan all slides for {{...}} placeholder strings
Merge Presentations
Document/PPTXCombine slides from multiple PPTX files into one. The base file's theme and masters are preserved.
Reorder Slides
Document/PPTXMove a slide from one position to another
Replace Image in PPTX
Document/PPTXReplaces images in a PowerPoint (PPTX) file by matching alt text or shape name
Replace Table Data
Document/PPTXPopulate 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/PPTXReplaces text placeholders in a PowerPoint (PPTX) file with plain or markdown-formatted text
Set Metadata
Document/PPTXSet title, author, subject, keywords in presentation metadata
Set Speaker Notes
Document/PPTXSet or replace speaker notes for a slide
Slide Count
Document/PPTXReturn the number of slides in a PPTX file