The Headless SDK is a programmatic, no-UI engine for the same WebAssembly document core, intended for automation rather than direct user interaction.
- PDF generation, merging, splitting, and reorganizing pages.
- Text and data extraction, plus form field manipulation.
- Redaction and security.
- Watermarking and stamping.
- OCR.
- General workflow automation.
Typical use cases include automated report generation, extracting data from forms, redacting sensitive information, creating contract packets, compressing or optimizing PDFs, and integrating document processing with backend systems like a CRM, DMS, or ERP.
Note: The UI Component Library and Headless SDK are designed to work together: the SDK handles the document logic, and the UI library displays the result. For example, generate a contract with the Headless SDK, then hand it to the UI library so the user can review and sign it.