MyGit

2021.08

QuestPDF/QuestPDF

版本发布时间: 2021-08-03 07:47:00

QuestPDF/QuestPDF最新发布版本:2024.7.3(2024-08-27 22:56:00)

This release mostly introduces a couple of additions requested by the QuestPDF community:

Additionally, this release includes some improvements to the engine used for generating code examples and their results. In the future, it will simplify creating examples and therefore will allow creating better documentation.

Breaking changes:

  1. PageNumber - the default placeholder storing current page number has changed. Please replace your code following this patter:
// change from:
.PageNumber("Page {number}")

// to:
.PageNumber("Page {pdf:currentPage}")
  1. The page settings are defined slightly differently. The page size is no longer defined in the DocumentMetadata class. The page margins have now predefined fluent API methods and do not rely on the padding element anymore. Please refer to the Getting Started section to see where this information should be placed.

相关地址:原始地址 下载(tar) 下载(zip)

1、 QuestPDF.2021.8.0.nupkg 247.04KB

查看:2021-08-03发行的版本