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 am trying to recreate a Bootstrap like button group with a tick on the selected button but I cannot find a single example of how to do draw the...
hello Is the css property ''opacity" not supported? Can you consider adding this support?
https://github.com/expo/expo/blob/sdk-51/packages%2Fexpo-background-fetch%2Fexpo-module.config.json#L8
Hi, Is there a way to know (hook, subscribe, listen) before rendering (Preflight) what would be the inherited CSS styles of a inner element and somehow make on-the-fly changes to...
Hi, Open HTML to PDF 1.0.10 is not rendering tables with transform CSS style and scale function (e.g. `style="transform: scale(1)"`) even though they take up space (leave a white space...
Could you please let me know whether if the project is actively supported as there have been no recent commits or release since quite a time now, as I want...
``` rtl test diy001onetowthreea bc ,d ``` html displays the text order Output pdf text content
I need to create WCAG and PDF/UA compliant PDF from HTML. Therefore I have followed the instructions on https://github.com/danfickle/openhtmltopdf/wiki/PDF-Accessibility-(PDF-UA,-WCAG,-Section-508)-Support It already works really well! Thanks for this awesome library! I...
I have implemented a "custom resource access controller" as described on https://github.com/danfickle/openhtmltopdf/wiki/Embedding-downloadable-files#java My HTML looks like this: ```html Some attachment link ``` The resulting PDF contains ``` 65 0 obj...
Hello i'm experiencing trouble when trying to render into pdf any base64 image i tried several, even in the online sandbox page (https://sandbox.openhtmltopdf.com/), posting the code: ``` Hello World! ```...