danfickle

Results 79 comments of danfickle

RC16 was just released to Maven Central: ### 0.0.1-RC16 + [#279](https://github.com/danfickle/openhtmltopdf/pull/279) [#264](https://github.com/danfickle/openhtmltopdf/pull/264) IMPORTANT: This release was brought forward so that we link against PDFBOX-2.0.12 as previous versions had another DOS...

We’re also thinking of moving to a java 8 requirement. If you object, please make your case in the [java 8 issue]( https://github.com/danfickle/openhtmltopdf/issues/280). Thanks.

RC17 released due to security issue with Apache Batik: ### 0.0.1-RC17 + [#284](https://github.com/danfickle/openhtmltopdf/pull/284) [#288](https://github.com/danfickle/openhtmltopdf/issues/288) IMPORTANT: This release was brought forward due to a CVE in Apache Batik used by the...

RC18 finally released with fast renderer! ### 0.0.1-RC18 (2019-March-10) + Please start using the fast renderer (`builder.useFastMode()`) as the old renderer will be removed in a future version. + [#180](https://github.com/danfickle/openhtmltopdf/issues/180)...

RC19 was just released. This release was brought forward to deal with #336. ### 0.0.1-RC19 (2019-March-18) + [#336](https://github.com/danfickle/openhtmltopdf/issues/336) Fix for broken image links causing an NPE. Thanks @svenfrauen. + [#334](https://github.com/danfickle/openhtmltopdf/pull/334)...

RC20 released! ### 0.0.1-RC20 (2019-April-26) **IMPORTANT:** This release was brought forward due to a CVE in PDFBOX. While not directly affecting this project (it affects parsing of untrusted PDFs), it...

RC21 has arrived: ### 0.0.1-RC21 (2019-June-29) + [#361](https://github.com/danfickle/openhtmltopdf/issues/361) The SVG renderer now uses Batik in a more secure mode (no scripts, no external resource requests) by default. If you need...

Finally, by special request (#367), I've just released version `1.0.0` to maven central. It should be noted that the 1.0.0 version moniker is suitable for the PDF output side which...

Hi all, I just released `1.0.1`. Big thanks to @syjer for fixing many longstanding issues. ### 1.0.1 (2019-November-18) + [#413](https://github.com/danfickle/openhtmltopdf/pull/413) Handle form problems such as no name on input element...

Hi everyone, just released `1.0.2`. Enjoy. ### 1.0.2 (2020-February-25) + [SECURITY](https://github.com/danfickle/openhtmltopdf/commit/82bdedaf341ef3368dcebbb700a60ef870ab89b5) Removed Log4J 1.x adaptor module as it had CVE-2019-17571 with no updated version available. + [#448](https://github.com/danfickle/openhtmltopdf/pull/448) Implement `linear-gradient` support...