You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cached Pages[] indexed property on TPdfDocument — lazy-loaded, document-managed page instances (no manual Free needed)
Text extraction API — GetCharCount, GetText, TextHandle on TPdfPage
Auto-download PDFium DLL — build/copy-pdfium-dll.ps1 downloads the latest PDFium binary from bblanchon/pdfium-binaries via gh CLI
Build System
Standardized build output to build/$(Platform)/$(Config)/
Universal DelphiBuildDPROJ.ps1 with auto-detection of latest Delphi version
New PowerShell build scripts: build-tests.ps1, build-release.ps1, copy-pdfium-dll.ps1
Release upload via gh CLI (replaces custom upload-assets.ps1)
Replaced all legacy .bat scripts
Tests
49 tests (26 existing + 23 new), all passing
New extended tests: text extraction, search (FindStart/FindNext/FindPrev), rendering, page rotation, metadata with real values, corrupted PDF handling, library ref counting, multi-page navigation
Project Quality
VerInfo in all DPROJs (CompanyName, Copyright, FileDescription, etc.)