2022.2
版本发布时间: 2022-01-31 05:57:01
QuestPDF/QuestPDF最新发布版本:2024.7.3(2024-08-27 22:56:00)
- Added a
ScaleToFit
element - scales its child down so it fits in the provided space, - Added a
StopPaging
element - when its child requires more than one page to fully render, only the first page is shown, - Added a 'LineVertical' and a 'LineHorizontal' elements - those will simplify your code a lot, there is no need to use the
Border
element anymore! - Renaming: the
Stack
element was renamed to theColumn
element, - Renaming: children of the
Row
element are now calleditems
instead ofcolumns
, e.g.RelativeItem
instead ofRelativeColumn
, - Added support of the
AutoItem
to theRow
element - those items take as little width as possible, - Extended Fluent API to support new unit types, e.g. inches,
- Improved default Fluent configuration behavior for elements: Scale, Padding, Translate,
- Improved integration support with the HttpContext.Response.Body. This improvement was introduced by schulz3000, thank you!
1、 QuestPDF.2022.2.3.nupkg 357.65KB
2、 QuestPDF.2022.2.3.snupkg 127.32KB