Find your Script
77 production-tested PAD scripts · 5 free. Copy, paste, and adapt for your automation workflows.
77 scripts
PDF Merge & Split
Merges multiple PDFs into one or splits a multi-page PDF into individual files.
Excel Bulk Writer (No Loop)
Writes an entire datatable to Excel in a single bulk operation using write-to-range.
Outlook Email Sender
Sends a formatted email via Outlook with subject, body, recipients, CC, and optional attachments.
CSV to Datatable Parser
Reads a CSV file with proper handling of quoted fields and multi-line values.
Datatable Filter
Filters a datatable by column value using equals, contains, starts-with, or regex match.
SQL Bulk Inserter
Takes a PAD datatable and inserts rows into a SQL table in batches.
Dead Letter Logger
Items that fail processing after retries get moved to a dead-letter log file.
SAP GUI Navigator
Automates SAP GUI transaction navigation.
Parallel-Ready Batch Splitter
Splits work into N files/queues for multiple PAD machines running in parallel.
Legacy App Login
Automates login to a thick-client desktop application.
Large Datatable Streamer
Processes large datasets in streaming chunks to avoid memory crashes.
SharePoint File Uploader
Uploads a local file to a SharePoint document library.
Pagination Loop Handler
Calls a paginated API endpoint in a loop, accumulating results across pages.
Terminal/Mainframe Emulator Driver
Automates green-screen terminal emulators (AS400, 3270).
Invoice Data Extractor
Parses extracted PDF/OCR text to find common invoice fields using regex patterns.
Datatable Sorter
Sorts a datatable by one or more columns in ascending or descending order.
SharePoint File Downloader
Downloads a file from SharePoint to a local folder.
Work Queue Processor
Reads items from a queue source, processes each with per-item error isolation.
Legacy App Data Entry Loop
Takes a datatable of records and enters each one into a legacy desktop app form.
Dynamic Selector Builder
Generates UI selectors at runtime using variable-based attributes.