Open HTML to PDF v1.0.3 Release Notes

Release Date: 2020-05-25 // almost 4 years ago
    • IMPORTANT: This release contains fixes for two bugs that may result in endless loops/denial of service when using word-wrap: break-word. If you are using this feature, please upgrade promptly.
    • #483 Fix for endless loop bug with word-wrap: break-word and soft hyphens. Thanks @rototor for PR, @syjer for analysis and @swarl for reporting.
    • #466 Fix for endless loop bug with word-wrap: break-word and zero width boxes. Thanks @syjer for analysis and @AlexisCothenet for reporting.
    • ๐Ÿ”ง #486 SVG plugin can now provide a list of allowed protocols for external resources and any configured uri resolver/stream handlers will be used. Thanks @syjer for PR and @ieugen for reporting.
    • #480 Fix for link shapes being returned from custom object drawers. Thanks @rototor for PR and @hbergmey for reporting.
    • ๐Ÿ‘ #485 Implement support for SVG data uris. Thanks @syjer for PR and @adrianrodfer for reporting.
    • #470 Allow mailto: links or any other valid link. Thanks @syjer for PR and @mndzielski for reporting.
    • #464 Honor the direction CSS property. Thanks @AnanasPizza for reporting.
    • ๐Ÿ‘ป #460 Change thrown exception class to more specific IOException. Thanks for PR @leonorader.
    • #459 Implement the rem CSS unit. Thanks to @leonorader for reporting.
    • #211 Images can now be used in the CSS content property. Thanks for requesting @Kuhlware.
    • โœ… #445 Fix for not picking up attribute values in Jsoup converted documents. Thanks for reporting @testinfected.
    • ๐Ÿ— #450 Java2D output only: Ability to add fonts via code. Also environment fonts will no longer be used by default. To use environment fonts: builder.useEnvironmentFonts(true).