rustpdf-delphi 0.4.2

1. Add this folder to your Delphi/FPC unit search path and add  uses RustPdf;
2. Deploy the native library for your platform next to your built executable:
     lib/windows-x64/pdf_ffi.dll     -> beside your .exe (must match app bitness)
     lib/macos-arm64/libpdf_ffi.dylib
     lib/linux-x64/libpdf_ffi.so
   …or set the RUSTPDF_LIB environment variable to its full path.
3. Corporate features (PDF/A, signing, encryption, accessibility) need a license
   token: set RUSTPDF_LICENSE (or call Pdf.ActivateLicense). Basic output is free.

Bundled native libraries in this archive: linux-arm64,linux-x64 macos-universal,windows-x64 windows-x86
