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