java-wkhtmltopdf-wrapper icon indicating copy to clipboard operation
java-wkhtmltopdf-wrapper copied to clipboard

A Java wrapper for wkhtmltopdf

Results 10 java-wkhtmltopdf-wrapper issues
Sort by recently updated
recently updated
newest added

Move the build and release generation to github actions for enhanced metrics and access to more features.

enhancement

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

enhancement

Problem: Integration tests can only be executed with wkhtmltopdf in place, which is not always possible (for example CI/CD with travis). Solution: embed wkhtmltopdf into the repo for testing purposes...

enhancement
need investigation

Problem: The usage of the library based on constructors is verbose and inefficient. Solution: It would be nice to have builder pattern to create the Pdf and generate the command.

enhancement

Include in README.md: - How it interacts and use wkhtmltopdf - How it discover the location of wkhtmltopdf (from path) - How to use a custom wkhtmltopdf installation

enhancement

There's a finite amount of characters that can be used on the command line. This limit varies across systems and all but if a user adds too many pages, this...

enhancement
need investigation

This PR https://github.com/jhonnymertz/java-wkhtmltopdf-wrapper/pull/106 included support for adding params to a page and pdf (global) separately. However, defining useful methods to add object (cover,toc,page) specific options to their params list could...

enhancement

Fix unit test warnings Warning: /home/runner/work/java-wkhtmltopdf-wrapper/java-wkhtmltopdf-wrapper/src/test/java/com/github/jhonnymertz/wkhtmltopdf/wrapper/integration/PdfIntegrationTests.java: Some input files use or override a deprecated API. Warning: /home/runner/work/java-wkhtmltopdf-wrapper/java-wkhtmltopdf-wrapper/src/test/java/com/github/jhonnymertz/wkhtmltopdf/wrapper/integration/PdfIntegrationTests.java: Recompile with -Xlint:deprecation for details.

enhancement
need investigation

**Is your feature request related to a problem? Please describe.** Sadly wkhtmltopdf is deprecated here the full discussion https://github.com/odoo/odoo/issues/86501 **Describe the solution you'd like** A confirmation if this library is...

enhancement
need investigation

Bumps the all-dependencies group with 1 update: [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5). Updates `org.junit.jupiter:junit-jupiter-engine` from 5.13.0 to 5.13.1 Release notes Sourced from org.junit.jupiter:junit-jupiter-engine's releases. JUnit 5.13.1 = Platform 1.13.1 + Jupiter 5.13.1 + Vintage...

dependencies
java