|
|
@@ -1,35 +1,33 @@
|
|
|
-[](https://www.questpdf.com)
|
|
|
-[](https://www.questpdf.com/getting-startedm)
|
|
|
-[](https://www.questpdf.com/api-reference/index)
|
|
|
-[](https://www.questpdf.com/design-patterns)
|
|
|
-[](https://github.com/QuestPDF/QuestPDF/stargazers)
|
|
|
-[](https://www.nuget.org/packages/QuestPDF/)
|
|
|
-[](https://www.nuget.org/packages/QuestPDF/)
|
|
|
+[](https://www.questpdf.com)
|
|
|
+[](https://www.questpdf.com/getting-started.html)
|
|
|
+[](https://www.questpdf.com/api-reference/index.html)
|
|
|
+[](https://www.questpdf.com/design-patterns.html)
|
|
|
+[](https://github.com/QuestPDF/QuestPDF/stargazers)
|
|
|
+[](https://www.nuget.org/packages/QuestPDF/)
|
|
|
+[](https://www.nuget.org/packages/QuestPDF/)
|
|
|
|
|
|
-<br />
|
|
|
|
|
|
-### 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 documents, reports, invoices, etc.
|
|
|
|
|
|
-
|
|
|
+### 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 documents, reports, invoices, exports etc.
|
|
|
|
|
|
-👨💻 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.
|
|
|
+👨💻 Design PDF documents using C# and employ a code-only approach. Utilize your version control system to its fullest potential.
|
|
|
|
|
|
-⚙️ Utilize a comprehensive layout engine, specifically designed for document generation and paging support.
|
|
|
+🧱 Compose PDF 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 PDF 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.
|
|
|
-
|
|
|
+⌛ Save time thanks to a hot-reload capability, allowing real-time PDF document preview without code recompilation.
|
|
|
|
|
|
-<br />
|
|
|
|
|
|
## Simplicity is the key
|
|
|
|
|
|
-How easy it is to start and prototype with QuestPDF? Really easy thanks to its minimal API! Please analyse the code below:
|
|
|
+How easy it is to start and prototype with QuestPDF? Really easy thanks to its minimal API! Please analyse the code below that generates basic PDF document:
|
|
|
|
|
|
```csharp
|
|
|
using QuestPDF.Fluent;
|
|
|
@@ -72,6 +70,7 @@ Document.Create(container =>
|
|
|
.GeneratePdf("hello.pdf");
|
|
|
```
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
|
## Let's get started
|
|
|
@@ -80,6 +79,8 @@ Begin exploring the QuestPDF library today. You are 250 lines of C# code away fr
|
|
|
|
|
|
Read the Getting Started tutorial to familiarize yourself with general library architecture, important layout structures as well as to better understand helpful patterns and practices.
|
|
|
|
|
|
-[](https://www.questpdf.com/getting-started)
|
|
|
+Easily start designing your PDF documents, reports, invoices, exports and even more.
|
|
|
+
|
|
|
+[](https://www.questpdf.com/getting-started)
|
|
|
|
|
|
-
|
|
|
+
|