enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. 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)! - danfickle/openhtmltopdf

  3. Friends of Open HTML to PDF · GitHub

    github.com/openhtmltopdf

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

  4. OpenHtmlToPdf uses WkHtmlToPdf native Windows library for HTML to PDF rendering.

  5. Issues · danfickle/openhtmltopdf - GitHub

    github.com/danfickle/openhtmltopdf/issues

    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)! - Issues · danfickle/openhtmltopdf

  6. openhtmltopdf/openhtmltopdf-examples/src/main/resources/freemark...

    github.com/danfickle/openhtmltopdf/blob/open-dev-v1/openhtmltopdf-examples/src/...

    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)! - danfickle/openhtmltopdf

  7. How to auto scale PDF to fit A4 page #578 - GitHub

    github.com/danfickle/openhtmltopdf/issues/578

    I'm using Open HTML to PDF to generate PDF reports from simple html tables. Sometimes, tables contain a big number of columns which overflows the right margin of the page. I don't want to use cut-off solution. Instead, I'm trying to scal...

  8. SVG Example doesnt work · Issue #330 · danfickle/openhtmltopdf

    github.com/danfickle/openhtmltopdf/issues/330

    Error = com.openhtmltopdf.exception WARNING:: Tried to fetch external resource from SVG. Refusing. Details: https://upload.wikimedia.org/wikipedia/commons/1/11/Test-Logo.svg, null com.openhtmltopdf.exception WARNING:: Couldn't draw SVG.

  9. Rendering PDF document using img tag with Base64 content #829 -...

    github.com/danfickle/openhtmltopdf/issues/829

    com.openhtmltopdf.load WARNING:: Unrecognized image format for: data:@file/pdf;base64,{base64 encoded data here} => java.io.IOException:: Unrecognized Image format. Is this expected behavior, or is this a bug with how PDFs are handled via the img tag? Thanks!

  10. How to insert Footer/Header when tranforming HTML to PDF #64 -...

    github.com/danfickle/openhtmltopdf/issues/64

    I use openhtmltopdf tool to transforme HTML to PDF. I am searching a way to insert header/footer in the PDF (the header/footer must appear in all the PDF pages, so i cannot insert header/footer in the HTML page).

  11. Feature differences between openhtmltopdf and flyingsaucer #80 -...

    github.com/danfickle/openhtmltopdf/issues/80

    The features I added to openhtmltopdf are features which I needed: Implement -fs-page-break-min-height #31 / Add visibility:-fs-table-paginate-repeated-visible for paginated tables. #32 Fixes/Workarounds für Pagebreaking. Only needed if you make complex multipage reports. A very little bit of transform:rotate(). But not really working 100% yet.