2022.3
版本发布时间: 2022-03-14 20:57:24
QuestPDF/QuestPDF最新发布版本:2024.7.3(2024-08-27 22:56:00)
- Added minimal API to help you quickly start with QuestPDF development and speed up prototyping,
- Improved exception message when desired font type cannot be found (instead of loading default font on Windows and failing with wrong characters on Linux),
- Improved support for custom font types: loading all type faces from a file, respecting true font family, using CSS-like algorithm to find best style match,
- Added support for custom page number formats in the
Text
element, e.g. you can implement roman literal style if required, - Improved text API to make it more concise,
- Extended support for the
Section
element (previously theLocation
element) by tracking: beginning page number, end page number, page length, page number within location, - Renaming: the
ExternalLink
element was renamed to theHyperlink
element, - Renaming: the
Location
element was renamed to theSection
element, - Renaming: the
InternalLink
element was renamed to theSectionLink
element, - Updated homepage and GitHub pages content.