OpenPDF icon indicating copy to clipboard operation
OpenPDF copied to clipboard

OpenPDF is a free Java library for creating and editing PDF files, with a LGPL and MPL open source license. OpenPDF is based on a fork of iText. We welcome contributions from other developers. Please...

Results 254 OpenPDF issues
Sort by recently updated
recently updated
newest added

Optionally enable using Jsoup for HTML parsing in OpenPDF-html. https://jsoup.org/ https://github.com/jhy/jsoup/ https://github.com/LibrePDF/OpenPDF/tree/master/openpdf-html See #1419 where the current html parser doesn't work on Android. So in addition to the current htmlunit-neko...

enhancement

### Describe the bug I'm getting this error when I try to use ITextRenderer. I only apply the library to my project and use library documentation example. ``` org.openpdf.util.XRRuntimeException: Can't...

bug

### Describe the bug The `letter-spacing` html style is not respected in the PDF output from `openpdf-html` ### To Reproduce See the minimal test [here](https://github.com/elduffy/openpdf-test/blob/main/src/test/kotlin/LetterSpacingTest.kt). It generates output using `librepdf`...

bug

### Describe the bug The number characters are visually glitched when a CJKsc font is used. More specifically it will only be glitched when the a english letter is placed...

bug