pdfbox
pdfbox copied to clipboard
Mirror of Apache PDFBox
This pull request adds support for the DFLT (default) script to the GSUB (Glyph Substitution) system in FontBox, enabling script-neutral typographic features for fonts that use the DFLT script table....
### PDFBOX-3.6: Add ChangeTextColor example This pull request adds a new example class **`ChangeTextColor`** to the PDFBox examples module (`org.apache.pdfbox.examples.pdmodel`). The example demonstrates how to modify the **text color** in...
The PDFStreamParser has a close method. Should it be closed outside or the close method should be protected (private)?
Ayush
## What This PR Does This pull request improves the robustness and debuggability of `PDFMergerUtility` by: 1. **Adding a `skipCorruptFiles` flag** - Allows users to skip unreadable or corrupt PDF...