Open HTML to PDF v0.0.1-RC16 Release Notes

Release Date: 2018-10-08 // over 5 years ago
    • #279 #264 ๐Ÿš€ IMPORTANT: This release was brought forward so that we link against PDFBOX-2.0.12 as previous versions had another DOS security vulnerability when parsing arbitary PDF files. Also there was a security issue in the old version of JSoup used by the optional jsoup-dom-converter module. While I believe these vulnerabilities should not impact this project directly, having an insecure library on your classpath may be dangerous if you use it for other tasks. Thanks @rototor, @dheid
    • โœ… #279 Support for testing and running on JDK-11. Extensive work by @rototor. Thanks.
    • ๐Ÿ‘ #278 Support for additional PDF/A conformance levels. Thanks @TheUnnamedDude
    • ๐Ÿ–จ 87dc1a9 Fixed nasty bug where positioned elements (absolute, fixed) were being printed twice. By @danfickle
    • ๐Ÿ‘ #271 Support right-to-left list items. Thanks @ieugen for work, @sandre1 for reporting.
    • Much more work on the fast renderer. But not ready for prime time yet!