| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| QuestPDF.2026.7.3.nupkg | 2026-08-12 | 47.2 MB | |
| QuestPDF.2026.7.3.snupkg | 2026-08-12 | 547.5 kB | |
| 2026.7.3 source code.tar.gz | 2026-08-12 | 52.4 MB | |
| 2026.7.3 source code.zip | 2026-08-12 | 52.8 MB | |
| README.md | 2026-08-12 | 1.3 kB | |
| Totals: 5 Items | 152.9 MB | 9 | |
- Breaking change: The Rotate API now rotates elements around their center instead of the top-left corner. Center-origin rotation is the expected behavior in virtually all use cases.
- Behavioral change: Generated images now use a white background by default, so the output matches how the document appears in a PDF viewer. Previously, PNG and WEBP images had a transparent background. To restore the old behavior, enable
ImageGenerationSettings.UseTransparentBackground(applies only to formats supporting transparency: PNG and WEBP). - Automated table semantic tagging is now applied whenever a Table element is placed inside a SemanticTable container, even indirectly. Nested semantic captions are now supported as well.
- Image elements now emit the
/BBoxattribute, improving PDF/UA-1 compliance with validators that require it. - Improved the stability and speed of the QuestPDF Companion integration. The integration now requires .NET 8 or newer.
- Improved the developer experience of the
GeneratePdfAndShowandGenerateXpsAndShowmethods. - Deprecated
AsSemanticHorizontalHeaderin favor ofSemanticHorizontalHeaderfor API naming consistency. - Deprecated
RotateLeftandRotateRightin favor ofRotateLayoutCounterclockwiseandRotateLayoutClockwise, which better describe what these methods do.