| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| QuestPDF.2026.6.0.nupkg | 2026-06-10 | 38.9 MB | |
| QuestPDF.2026.6.0.snupkg | 2026-06-10 | 300.9 kB | |
| 2026.6.0 source code.tar.gz | 2026-06-10 | 44.5 MB | |
| 2026.6.0 source code.zip | 2026-06-10 | 44.8 MB | |
| README.md | 2026-06-10 | 1.4 kB | |
| Totals: 5 Items | 128.4 MB | 4 | |
- Substantially revised the QuestPDF legal documents to better support enterprise procurement and compliance requirements and to define usage terms more clearly.
- Introduced native support for Windows ARM64 (win-arm64) environments.
- Improved compatibility with older Linux distributions (glibc 2.28 and newer).
- Reduced the NuGet package size by optimizing native dependencies.
- Renamed the
TranslateX/TranslateYmethods toOffsetX/OffsetYto improve discoverability. - SVG rendering improvements:
- Prevented zero-width strokes from being rendered as hairlines, aligning behavior with the SVG specification.
- Added support for embedded Base64 images that use the modern
hrefattribute instead ofxlink:href. - Added support for the
#RGBAand#RRGGBBAAcolor formats. - Added support for the
transparentnamed color. - Fixed PDF bookmark titles so they include only text from the associated paragraph, excluding the alternative text of images.
- Fixed SectionLink behaving incorrectly when target Section is placed in page header.
- Updated the Skia native dependency to version m149.
- Updated the qpdf native dependency to version 12.3.2.
- Modernized the build system for native dependencies, including how QuestPDF-specific patches are applied.
- Updated all GitHub Actions workflows to use standard runners, reducing costs and making it easier for everyone to contribute to the project.