openhtmltopdf icon indicating copy to clipboard operation
openhtmltopdf copied to clipboard

An HTML to PDF library for the JVM. Based on Flying Saucer and Apache PDF-BOX 2. With SVG image support. Now also with accessible PDF support (WCAG, Section 508, PDF/UA)!

Results 217 openhtmltopdf issues
Sort by recently updated
recently updated
newest added

The documentation of the ```PdfRendererBuilder```'s ```toStream``` method states that when calling the ```run``` method, the passed ```OutputStream``` will not be closed. That's not true in practice : the ```createPdf``` /...

When rendering: https://www.w3.org/People/mimasa/test/xhtml/media-types/test.html The PdfBoxPerDocumentFormState.getControlFont method throws a null pointer exception due to a null font in: ctrl.box.getStyle().getFontSpecification() The null font is caused by the image submit button element: [alt="Submit",...

#0000 is resolved to transparent color in the browser, but it is still black after PDF generation. Below is a screenshot of the browser ![截屏2022-04-28 21 48 40](https://user-images.githubusercontent.com/10271122/165769007-477df7c5-aed3-44d5-a749-b5f71f251d67.png) Below is...

html中的中文全部变成了 "#####"

I'm using this project to move away from iText (because their html-to-pdf is barely documented, incomplete and encumbered). I have gotten much better results from this project after a day...

`openhtmltopdf-jsoup-dom-converter` has `org.jsoup:jsoup:1.11.3` depencency. This version is vulnerable to [CVE-2021-37714](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-37714). To fix it, follow the advice https://github.com/jhy/jsoup/security/advisories/GHSA-m72m-mhq2-9p6c and update to `org.jsoup:jsoup:1.14.2` and higher.

Version : 1.0.10 The nested table (id - "invoice_transaction_fields") does not resize itself to the height of parent td (id - "transaction_fields"). The same html is rendered correctly on Chrome....

I have a `tt` element immediately followed by a comma, with no space between them. The paragraph algorithm (justifying) places the comma on the next line. It should rather keep...

Hello, I have been trying to create a pdf where the first page contains a greater left margin than the other pages. I found the following issue with the suggestion...

With the following HTML (viewed in the sandbox) there is a gap on the first page between the table body and the running footer at the bottom of the page....