BFO Publisher のリリース
Released: Aug 4, 2025
v1.4 での更新項目
機能
- Added a [Security] section to the documentation, to collect all information on this topic in one place.
- Added support for CSS nesting, e.g.
body { div { color: red } }, and CSS cascade layers, e.g. @layer foo { div { color: red } }.
- Added support for OpenType variable fonts.
- Added support for EA-PDF, the new (2025) archival standard for converting email to PDF.
- Added support for
:active, :hover and :checked pseudo-classes on (some) form fields. Default stylesheet incorrectly sized fields...
Released: Aug 1, 2023
v1.3 での更新項目
機能
- Improved 'ext.MailExtension' class to add support for configurations, including the first early draft of PDF/mail-1s.
- Included 'javax.mail' and 'javax.activation' in the bundle Jar, to allow conversion of RFC822 email to PDF without any additional Jars.
- Added '-bfo-layer-type:' file to create a file attachment.
- Added ZTemplate and Apache FreeMarker support.
- Added support for embedding BFO Graph Library graphs.
- Added support for Factur-X invoice processing.
- Improved PDF/UA output and added...
Released: Aug 31, 2022
v1.2 での更新項目
機能
- Automatically convert MathML 'content markup' to 'presentation markup'.
不具合の修正
- Fix for loading file URLs on Windows.
- Fixed hyperlinks in SVG so they reflect the outline of the content rather than the bounding-box.
- clip-path set on an inline-block element was not clipping properly.
- General fixes for 3D transforms; fix clip when overflow:hidden on grandparent and transform on parent.
- SVG <a> elements now closely wrap the content, rather than the rectangular box.
- Opacity was being applied...