openhtmltopdf
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)!
I don't think there's a way to do this with openhtmltopdf currently but support would be great. When I set `style="visibility: hidden"` on an element I would expect it to...
Hi, I want to add out source font in my generated PDF. I don't know how to describe it. I mean adding a font family in my CSS, who can...
Footnotes inherit the style of their parent elements. There doesn't seem to be a way to ignore the parent element's styling, but support for the CSS rule `all: unset` should...
Hi all! I am trying to select the penultimate(the second last) column with the css selector "nth-last-child(2)". The html itself works but in the generated pdf does not work. I...
It's not support the value `initial` of border-style and border-color attribute,I wonder if there is another way instead. border-style: initial; border-color: initial;
I've got multiple h1s in a document (for sections of content) and they have margin-top: 1cm; (to space them away from the previous section content). When there's not enough space...
The border is set with dotted lines(border-bottom:1px dashed #000). The interval displayed in the pdf is too short and looks like a straight line. How to adjust the dotted line...
Consider the following HTML ```html div { border: 1mm dashed black; background-image: linear-gradient(to top, red 0, red 5mm, white 5mm, white); margin: 5mm; } .h1 { height: 1cm; } .h3...
You can set a color for the text-decoration, i.e. `text-decoration: underline red;` If you specify a color though, there is no decoration rendered in the PDF.
When using column-count in CSS i am getting the following error on version 1.0.10. Tested with example [columns-floats-unbalanced.](https://github.com/danfickle/openhtmltopdf/blob/ccd29f03ede2aecadac9c39fda95a5fedfb23645/openhtmltopdf-examples/src/main/resources/visualtest/html/text/columns-floats-unbalanced.html). Is that a problem with my version? `Exception in thread "main" java.lang.NullPointerException...