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)!
Adding a summary field for a table does not show up on the PDF. Is this not supported or is it a user error on the code? Below is a...
In Adobe Acrobat there is an option to set how a document is being opened. This can be changed under "Document Properties" -> "Initial View". Is it possible to change...
Upgrading to the 1.0.10 release from 1.0.9 broke the content of some of our PDFs. We are using a list which contains two tables wrapped in if/else statements. Up until...
The below code tries to keep the word example and its corresponding superscript to be in the same line. This below code can be tested on the sandbox. > >...
Hi, I've been trying to create an accessible PDF, that has a left and right column and some text below. Everything works as expected and the accessibility-checker that I use...
HI: I fount that the pre tag can't implement the parent font-family style.If don't set the pre font style,the utf8 font will convert "####". thanks
May want to implement something like this for the other calls to trySetFeature, though I did not have any issues with them.
In the setTranformerFactorySecurityFeatures method of XMLResource.java, the implementation of TransformerFactory may not accept modifications to certain attributes using the setAttribute method (e.g. in org.apache.xalan.processor.TransformerFactoryImpl). The XMLResource should first check to...
I am using openhtmltopdf to generate paginated tables rendering in a pdf document, Below template rendering extra header and footer in an additional page, which shouldn't be, as there are...
In our project, there are some img elements in HTML which link to SVG resources. By Debugging is noticed that method ### _"createReplacedElement()"_ in the class _"PdfBoxReplacedElementFactory"_ cannot load SVG...