From fd37070d3b031f2519b760efe62bab1f5d4a7f9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Zi=C4=85bek?= Date: Thu, 5 Jan 2023 23:31:04 +0100 Subject: [PATCH] Update readme.md --- readme.md | 39 +++++++++++++++++++++++++++------------ 1 file changed, 27 insertions(+), 12 deletions(-) diff --git a/readme.md b/readme.md index bc7f3b8..b6d0449 100644 --- a/readme.md +++ b/readme.md @@ -15,22 +15,37 @@ ### QuestPDF is an open-source .NET library for PDF documents generation. Utilizing several new patterns and practices, QuestPDF seeks to resolve the challenges inherent in this process. -👨‍💻 Design documents using C# and employ a code-only approach. Utilize your version control system to its fullest potential. + -🧱 Compose document with a range of powerful and predictable structural elements, such as text, image, border, table, and many more. - -⚙️ Utilize a comprehensive layout engine, specifically designed for document generation and paging support. - -📖 Write code using concise and easy-to-understand C# Fluent API. Utilize IntelliSense to quickly discover available options. - -🔗 Don't be limited to any proprietary scripting language or format. Follow your experience and leverage all modern C# features. - -⌛ Save time thanks to a hot-reload capability, allowing real-time document preview without code recompilation. + + + + + + + + + + + + + + + + + + + + + + + + + +
👨‍💻Design documents using C# and employ a code-only approach. Utilize your version control system to its fullest potential.
🧱Compose document with a range of powerful and predictable structural elements, such as text, image, border, table, and many more.
⚙️Utilize a comprehensive layout engine, specifically designed for document generation and paging support.
📖Write code using concise and easy-to-understand C# Fluent API. Utilize IntelliSense to quickly discover available options.
🔗Don't be limited to any proprietary scripting language or format. Follow your experience and leverage all modern C# features.
Save time thanks to a hot-reload capability, allowing real-time document preview without code recompilation.

- -
## Please help by giving a star