QuestPDF 2021.4.0
See the version list below for details.
Install-Package QuestPDF -Version 2021.4.0
dotnet add package QuestPDF --version 2021.4.0
<PackageReference Include="QuestPDF" Version="2021.4.0" />
paket add QuestPDF --version 2021.4.0
#r "nuget: QuestPDF, 2021.4.0"
// Install QuestPDF as a Cake Addin
#addin nuget:?package=QuestPDF&version=2021.4.0
// Install QuestPDF as a Cake Tool
#tool nuget:?package=QuestPDF&version=2021.4.0
- Release notes and roadmap - everything that is planned for future library iterations, description of new features and information about potential breaking changes.
- Getting started tutorial - a short and easy to follow tutorial showing how to design an invoice document under 200 lines of code.
- API Reference - a detailed description of behavior of all available components and how to use them with C# Fluent API.
- Patterns and practices - everything that may help you designing great reports and reusable code that is easy to maintain.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
NuGet packages (1)
Showing the top 1 NuGet packages that depend on QuestPDF:
Package | Downloads |
---|---|
Verify.QuestPDF
Extends Verify (https://github.com/VerifyTests/Verify) to allow verification via QuestPDF. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
2022.5.0 | 3,124 | 5/9/2022 | |
2022.4.1 | 7,253 | 4/8/2022 | |
2022.4.0 | 4,608 | 4/4/2022 | |
2022.4.0-alpha1 | 65 | 3/27/2022 | |
2022.4.0-alpha0 | 35 | 3/27/2022 | |
2022.3.1 | 16,878 | 3/15/2022 | |
2022.3.0 | 517 | 3/14/2022 | |
2022.2.7 | 682 | 3/12/2022 | |
2022.2.6 | 1,870 | 3/8/2022 | |
2022.2.5 | 4,818 | 2/18/2022 | |
2022.2.4 | 67 | 2/18/2022 | |
2022.2.3 | 3,611 | 2/7/2022 | |
2022.2.2 | 709 | 2/1/2022 | |
2022.2.1 | 579 | 1/30/2022 | |
2022.2.0 | 278 | 1/29/2022 | |
2022.2.0-beta1 | 66 | 1/24/2022 | |
2022.1.0 | 6,269 | 1/10/2022 | |
2022.1.0-beta5 | 258 | 1/7/2022 | |
2022.1.0-beta4 | 64 | 1/6/2022 | |
2022.1.0-beta3 | 66 | 1/5/2022 | |
2022.1.0-beta2 | 58 | 1/5/2022 | |
2022.1.0-beta1 | 65 | 1/3/2022 | |
2022.1.0-beta0 | 60 | 12/30/2021 | |
2022.1.0-alpha0 | 74 | 12/30/2021 | |
2021.12.0 | 9,923 | 12/6/2021 | |
2021.12.0-alpha1 | 880 | 11/29/2021 | |
2021.12.0-alpha0 | 124 | 11/18/2021 | |
2021.11.4 | 6,869 | 11/14/2021 | |
2021.11.3 | 1,835 | 11/7/2021 | |
2021.11.0-beta3 | 120 | 11/3/2021 | |
2021.11.0-beta2 | 168 | 10/28/2021 | |
2021.11.0-beta | 223 | 10/23/2021 | |
2021.10.1 | 4,353 | 9/30/2021 | |
2021.10.0 | 205 | 9/30/2021 | |
2021.10.0-beta.2 | 123 | 9/14/2021 | |
2021.10.0-beta | 157 | 9/13/2021 | |
2021.9.3 | 1,537 | 9/12/2021 | |
2021.9.2 | 249 | 9/1/2021 | |
2021.9.1 | 143 | 9/1/2021 | |
2021.9.0 | 136 | 8/30/2021 | |
2021.8.0 | 1,828 | 8/2/2021 | |
2021.5.2 | 1,569 | 5/5/2021 | |
2021.4.0 | 348 | 4/2/2021 | |
2021.3.1 | 6,052 | 3/1/2021 | |
2021.3.0 | 160 | 3/1/2021 | |
2021.2.0 | 169 | 2/8/2021 | |
2021.1.0 | 201 | 1/4/2021 | |
2020.11.0 | 2,099 | 11/1/2020 |
1. Added new element: `Debug` - this element can be used for inspecting its children and space taken by them,
2. Added new element: `Element` can be used for injecting dynamic elements (usually conditionally) without breaking the fluent API chain. This is practically a syntactic sugar to simplify your code.
3. The `AspectRatio` element allows now to specify scaling rule: fitting width, height or available space.
4. The `Image` element supports now scaling rules: fitting width, height or available space, as well as scaling unproportionally.
5. Added more, commonly used page sizes (thank you for your work [lmingle](https://github.com/lmingle)).
6. Bug fix: the `GeneratePdf(Stream stream)` method does not close the output stream (thank you for your suggestion [tthiery](https://github.com/tthiery)).