Document encrypted-PDF editing
Document encrypted-PDF reading
Document PDF/A-1 (PDF 1.4) conformance
Document PDF/A-4 (PDF 2.0) conformance
Document the expanded set of standard page formats PageFormat now exposes 19 named presets (ISO A0-A7, B4/B5, C-series envelopes, Letter/Legal/Tabloid/Executive/Half-Letter). Update the Getting-Started format list and the Home feature summary.
Rename Pdf class to PdfEditor in docs Match the library rename: the open-existing-PDF entry point is now PdfEditor::open() / PdfEditor::fromBytes().
docs: add Modifying Existing PDFs page and sync Home feature list Cover Pdf::open() metadata edits, appendPage, AcroForm form-filling, and signing existing PDFs; refresh the Home "What works today" list (existing-PDF family, Arabic/Markdown RTL, PDF/UA-1, PDF/A level A) to match the README. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Add Right-to-Left Text page (RTL Phase A) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Add Tagged PDF and Accessibility page
docs(wiki): correct encryption claim to AES-256 (code uses R6, not RC4/128-bit)
docs(wiki): navigation skeleton and Home page
Initial Home page