Open HTML to PDF v1.0.4 Release Notes

    • โœ… b88538 Fix for endless loop when using word-wrap: break-word. Thanks for reporting, testing and investigating @swarl. Thanks for tests and debugging @rototor and @syjer.
    • โœ… #492 Lots of testing of the line-breaking algorithm to avoid future endless loops. By @danfickle.
    • ๐Ÿ’… #515 Pass document CSS styles applying to SVG element to SVG implementation. Thanks for requesting and contributing @amckain92.
    • โœ… #514 FIX: Correctly position boxes when justifying rtl lines. Thanks for reporting and testing @lzhy1101.
    • #512 #507 #502 Cleanup code including deleting unused code, generics, etc. Thanks for PRs @syjer.
    • ๐Ÿ‘€ #489 Extensive overhaul of logging including per run diagnostic consumer. Huge thanks @syjer, a lot of work in this PR. See logging page on wiki for more info.
    • โฌ†๏ธ #501 Upgrade PDFBOX to 2.0.20 and PDFBox-Graphics2D to 0.26. Thanks for PR @rototor.
    • #490 Fix for NPE when decoding image data url fails. Thanks for PR @syjer and reporting @AlexisCothenet.
    • ๐Ÿ“‡ #516 Add OSGI bundle metadata to MANIFEST.MFs. Thanks for requesting and investigating @zspitzer.