Changelog
Version history and release notes.
v1.2.0
Table extraction and form field parsing.
- • Table extraction from PDF pages to structured JSON
- • Form field extraction (text fields, checkboxes, dropdowns)
- • PDF info endpoint with page count, encryption status, and metadata
- • Landing site with individual tool pages for SEO
- • Blog section with CMS-managed content
v1.1.0
Generation and conversion endpoints.
- • HTML-to-PDF generation with custom page size and margins
- • Images-to-PDF generation (combine multiple images into one PDF)
- • PDF-to-images conversion (render each page as PNG/JPEG)
- • Text extraction with per-page output and OCR fallback info
- • Metadata extraction (title, author, creator, dates)
v1.0.0
Initial release.
- • PDF merge (combine multiple PDFs into one)
- • PDF split by page ranges
- • PDF rotation (90/180/270 degrees)
- • PDF compression with configurable quality
- • Watermark overlay (text and image)
- • Password protection and encryption
- • Health check endpoint and Scalar API documentation