Node Reference

Processing Nodes Reference

Technical reference for PDF manipulation, template filling, document conversion, OCR, signing, and protection nodes.

Updated 1 min read

Overview

Processing nodes consume files and return new files or structured records. Most of them operate on arrays of Blob or File objects and store outputFileIds metadata so later nodes can recover files even when only IDs are passed around.

Reference Pages

Notes

  • The pdfProcessingExecutor covers most PDF actions under one executor, but individual node types still have different option sets and API routes.
  • Many processing nodes return files, not JSON. Structured data mainly appears from OCR, spreadsheets, and aggregate/control-flow nodes.