|
@@ -10,6 +10,7 @@
|
|
|
[](https://www.nuget.org/packages/QuestPDF/)
|
|
[](https://www.nuget.org/packages/QuestPDF/)
|
|
|
[](https://github.com/QuestPDF/QuestPDF/blob/main/LICENSE)
|
|
[](https://github.com/QuestPDF/QuestPDF/blob/main/LICENSE)
|
|
|
|
|
|
|
|
|
|
+<br />
|
|
|
|
|
|
|
|
### 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.
|
|
### 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.
|
|
|
|
|
|
|
@@ -25,15 +26,19 @@
|
|
|
|
|
|
|
|
⌛ 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 document preview without code recompilation.
|
|
|
|
|
|
|
|
|
|
+<br />
|
|
|
|
|
+
|
|
|
<img src="https://github.com/QuestPDF/QuestPDF-Documentation/blob/main/docs/public/previewer/animation.gif?raw=true" width="100%">
|
|
<img src="https://github.com/QuestPDF/QuestPDF-Documentation/blob/main/docs/public/previewer/animation.gif?raw=true" width="100%">
|
|
|
|
|
|
|
|
|
|
+<br />
|
|
|
|
|
+
|
|
|
## Please help by giving a star
|
|
## Please help by giving a star
|
|
|
|
|
|
|
|
Choosing a project dependency could be difficult. We need to ensure stability and maintainability of our projects. Surveys show that GitHub stars count play an important factor when assessing library quality.
|
|
Choosing a project dependency could be difficult. We need to ensure stability and maintainability of our projects. Surveys show that GitHub stars count play an important factor when assessing library quality.
|
|
|
|
|
|
|
|
⭐ Please give this repository a star. It takes seconds and help thousands of developers! ⭐
|
|
⭐ Please give this repository a star. It takes seconds and help thousands of developers! ⭐
|
|
|
|
|
|
|
|
-<img src="https://user-images.githubusercontent.com/9263853/209412523-e97bdd74-90a9-483c-b186-63cd9797e2a0.png" width="800" />
|
|
|
|
|
|
|
+<img src="https://user-images.githubusercontent.com/9263853/210454391-54342f89-30ce-4446-b8d9-392f673e4d2f.png" width="800" />
|
|
|
|
|
|
|
|
|
|
|
|
|
## Please share with the community
|
|
## Please share with the community
|
|
@@ -45,6 +50,8 @@ As an open-source project without funding, I cannot afford advertising QuestPDF
|
|
|
[](https://news.ycombinator.com/submitlink?u=https://github.com/QuestPDF/QuestPDF&t=QuestPDF%20-%20a%20modern%20open-source%20.NET%20library%20%20for%20PDF%20document%20generation)
|
|
[](https://news.ycombinator.com/submitlink?u=https://github.com/QuestPDF/QuestPDF&t=QuestPDF%20-%20a%20modern%20open-source%20.NET%20library%20%20for%20PDF%20document%20generation)
|
|
|
[](https://www.facebook.com/sharer/sharer.php?u=https://github.com/QuestPDF/QuestPDF)
|
|
[](https://www.facebook.com/sharer/sharer.php?u=https://github.com/QuestPDF/QuestPDF)
|
|
|
|
|
|
|
|
|
|
+<br />
|
|
|
|
|
+
|
|
|
## Installation
|
|
## Installation
|
|
|
|
|
|
|
|
The library is available as a nuget package. You can install it as any other nuget package from your IDE, try to search by `QuestPDF`. You can find package details [on this webpage](https://www.nuget.org/packages/QuestPDF/).
|
|
The library is available as a nuget package. You can install it as any other nuget package from your IDE, try to search by `QuestPDF`. You can find package details [on this webpage](https://www.nuget.org/packages/QuestPDF/).
|
|
@@ -62,6 +69,8 @@ dotnet add package QuestPDF
|
|
|
|
|
|
|
|
[](https://www.nuget.org/packages/QuestPDF/)
|
|
[](https://www.nuget.org/packages/QuestPDF/)
|
|
|
|
|
|
|
|
|
|
+<br />
|
|
|
|
|
+
|
|
|
## Documentation
|
|
## Documentation
|
|
|
|
|
|
|
|
[](https://www.questpdf.com/getting-started)
|
|
[](https://www.questpdf.com/getting-started)
|
|
@@ -70,12 +79,16 @@ dotnet add package QuestPDF
|
|
|
|
|
|
|
|
[](https://www.questpdf.com/design-patterns)
|
|
[](https://www.questpdf.com/design-patterns)
|
|
|
|
|
|
|
|
|
|
+<br />
|
|
|
|
|
+
|
|
|
## Are you ready for more?
|
|
## Are you ready for more?
|
|
|
|
|
|
|
|
The Fluent API of QuestPDF scales really well. It is easy to create and maintain even most complex documents. Read [the Getting started tutorial](https://www.questpdf.com/getting-started.html) to learn QuestPDF basics and implement an invoice under 200 lines of code. You can also investigate and play with the code from [the example repository](https://github.com/QuestPDF/example-invoice).
|
|
The Fluent API of QuestPDF scales really well. It is easy to create and maintain even most complex documents. Read [the Getting started tutorial](https://www.questpdf.com/getting-started.html) to learn QuestPDF basics and implement an invoice under 200 lines of code. You can also investigate and play with the code from [the example repository](https://github.com/QuestPDF/example-invoice).
|
|
|
|
|
|
|
|
<img src="https://github.com/QuestPDF/QuestPDF-Documentation/blob/main/docs/public/invoice-small.png?raw=true" width="400px">
|
|
<img src="https://github.com/QuestPDF/QuestPDF-Documentation/blob/main/docs/public/invoice-small.png?raw=true" width="400px">
|
|
|
|
|
|
|
|
|
|
+<br />
|
|
|
|
|
+
|
|
|
## QuestPDF on JetBrains OSS Power-Ups
|
|
## QuestPDF on JetBrains OSS Power-Ups
|
|
|
|
|
|
|
|
QuestPDF was presented on one of the episodes of OSS Power-Ups hosted by JetBrains. Huge thanks for Matthias Koch and entire JetBrains team for giving me a chance to show QuestPDF. You are the best!
|
|
QuestPDF was presented on one of the episodes of OSS Power-Ups hosted by JetBrains. Huge thanks for Matthias Koch and entire JetBrains team for giving me a chance to show QuestPDF. You are the best!
|