pdfbox icon indicating copy to clipboard operation
pdfbox copied to clipboard

Mirror of Apache PDFBox

Results 48 pdfbox issues
Sort by recently updated
recently updated
newest added

Please see [PDFBOX-5487](https://issues.apache.org/jira/browse/PDFBOX-5487) and the comments below. In the [PDF attached in the Jira issue](https://issues.apache.org/jira/secure/attachment/13047734/Malpass-at-the-G7-Leaders-Summit-Media-Briefing-AR.pdf), there are 2 space characters which overlap with the adjacent letters of 2 Arabic words....

PDFMergerUtility expects structural parent tree keys to be non-negative. However, negative values don't seem to be forbidden by the specification and are accepted by validators. This patch adapts the class...

I work on a library that leverages fontbox for reading fonts. The 3.x release introduced a change that breaks my rendering tests. I finally had a chance to dig a...

On one machine with 792 fonts (~800MB) scanning takes around 5.5s, after these changes time is down to 0.7s (without checksumming), or 2.2s (with checksums). In this PR, TTF parsers...

It is some auto correction and PDF will be processed even with these problems so I want to avoid error alerts to be triggered. User mail list doesn't work for...

Capture the public methods of PDAbstractContentStream in an interface called PDContentOutputStream. This makes it possible to use the same code to produce output to all concrete subclasses. The example is...

- Changed TextPosition.insertDiacritic() to preserve surrogate pairs - Added unit test - Included example test PDF file attached to PDFBOX-5747