github QuestPDF/QuestPDF 2022.2
2022.02

latest releases: 2024.3.6, 2024.3.5, 2024.3.4...
2 years ago
  • 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 the Column element,
  • Renaming: children of the Row element are now called items instead of columns, e.g. RelativeItem instead of RelativeColumn,
  • Added support of the AutoItem to the Row 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!

Don't miss a new QuestPDF release

NewReleases is sending notifications on new releases.