| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| QuestPDF.2026.7.1.nupkg | 2026-07-11 | 47.1 MB | |
| QuestPDF.2026.7.1.snupkg | 2026-07-11 | 534.3 kB | |
| 2026.7.1 source code.tar.gz | 2026-07-11 | 52.3 MB | |
| 2026.7.1 source code.zip | 2026-07-11 | 52.7 MB | |
| README.md | 2026-07-11 | 960 Bytes | |
| Totals: 5 Items | 152.7 MB | 0 | |
Improved performance
PDF generation is now significantly faster. The Skia native dependency has been recompiled with speed-oriented optimizations (favoring performance over binary size) and with SIMD instructions enabled.
The impact depends on document content and platform. For example, generating image-heavy documents that require image rescaling can be several times faster on Windows x64 🎉
Note: this change slightly increases the size of the native dependency by around 20%.
Continuous performance monitoring
We have also built a solid foundation for measuring library performance going forward. A new GitHub Actions workflow benchmarks QuestPDF across all supported operating systems, processor architectures, and .NET releases.
This infrastructure helps us ensure that performance remains stable and consistent across all platforms, and allows us to detect regressions early — before they ever reach a release.