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)!
In our use case the HTML used for rendering might contain corrupted base64 images. Even this is the case, we still want to render the PDF as the business case...
Batch processing stuck after this log "Loading font({}) from {} supplier now" . which is under public boolean realizeFont() of class PdfBoxFontResolver.java. below is the code for building PdfRendererBuilder(). new...
We attempted to upgrade to the new major versions of xmpbox (version 3.0.0) and pdfbox-app (version 3.0.0) today but one or both of them introduce breaking changes in openhtmltopdf.
PDF: ACTUAL DATA: ஆண் குழந்தை தமிழ் பெயர்கள் When i tried the copy the tamil text from the pdf and paste it somewhere else, it looks the same as the actual...
Hello, I spent some time to be able to generate a PDF using an image (in the resources) inside a JAR deployed in Docker. In the localhost it was OK...
org.apache.pdfbox pdfbox 3.0.0
Hi, I want to ask if there are plans to support css 3, especially grid layout support? Thank you
This is mine html. [index2.html.txt](https://github.com/danfickle/openhtmltopdf/files/13406389/index2.html.txt) I want the extra bottom border line to disappear when the table is paginated. Thanks for the help
Thank you for all the great work on OpenHTMLtoPDF! I am trying to render an SVG generated by a HighCharts export server and am getting this error: org.w3c.dom.DOMException: The current...