Skip to main content

Structured Data Files (Excel, JSON, PDF)

Read/write Excel, convert JSON, combine/split PDFs, database export

ActivityWhat it does
Combine PDFsDeprecated: Use MergePDFs instead. Combine multiple PDF files into a single PDF.
Convert Excel to TableConverts an Excel file to data table.
Database To ExcelConverts a table extracted from a database into an Excel (.xlsx) file and stores the file at the specified directory pat
Delete Excel RowDeletes a specific row from an Excel (.xlsx) file. The row is completely removed and all subsequent rows are shifted up.
Edit PDFSearch and replace text in a PDF. Redacts matched text and overlays new text with configurable font size, color, and ali
Extract Excel DataDEPRECATED: Use TableImport. Returns rows as activity output and hits Temporal's ~2 MB payload limit on non-trivial file
Extract PDF TableExtracts tabular data from a PDF using gopdf's table detection. Provide header anchors to locate the table precisely, or
Extract PDF TextExtracts positioned text from all pages of a PDF file, returning lines and spans with coordinates, font info, and text c
JSON To StringConverts a JSON object into its string representation.
Merge PDFsMerge multiple PDF files into one, with optional per-source page selection. Replaces CombinePDFs and SplitPDF.
Parse JSONParses a JSON string into a native object or array. Inverse of JSON To String.
Split PDFDeprecated: Use MergePDFs with page selection instead. Splits a PDF into multiple PDFs.
Watermark PDFStamp an image (PNG/JPEG) as a watermark across pages of a PDF. The image is centred on each page, scaled to fit, rotate
Write Data to Excel .xlsxDEPRECATED: Use CreateTable + TableUpsertRow (inside ForEach) + TableExport instead, or TableMerge for bulk merges. This