QuestPDF / QuestPDF

QuestPDF is a modern open-source .NET library for PDF document generation. Offering comprehensive layout engine powered by concise and discoverable C# Fluent API. Easily generate PDF reports, invoices, exports, etc.
https://www.questpdf.com
Other
11.65k stars 604 forks source link

Documentation of length unit types not correct #459

Closed Basvg closed 1 year ago

Basvg commented 1 year ago

Describe the bug The table with the different unit types lists 1 centimetre as 2.54 inches. This is not correct, it is the other way around.

To Reproduce https://www.questpdf.com/concepts/length-unit-types

Expected behavior 1 centimetre = 1/2.54th of an inch

Screenshots afbeelding

AntonyCorbett commented 1 year ago

Suggested fix: https://github.com/QuestPDF/QuestPDF-Documentation/pull/27

MarcinZiabek commented 1 year ago

This is fixed thanks to @AntonyCorbett. Thank you 😁