Generate and edit PDF documents in your .NET applications using the open-source QuestPDF library and its C# Fluent API. Build invoices, reports and data exports with ease.

www.questpdf.com

Topics
#html #csharp #export #pdf #library #nuget #report #dotnetcore #dotnet #generation #invoice #document #form #generation

Marcin Ziąbek 6b6d2d7fa3 Create CODE_OF_CONDUCT.md 4 years ago
QuestPDF 43c4011f91 2021.3.0 Generating images functionality, ShowIf element, fixed mutating TextStyle 4 years ago
QuestPDF.Examples 43c4011f91 2021.3.0 Generating images functionality, ShowIf element, fixed mutating TextStyle 4 years ago
QuestPDF.ReportSample 43c4011f91 2021.3.0 Generating images functionality, ShowIf element, fixed mutating TextStyle 4 years ago
QuestPDF.UnitTests 35214892ef 2021.2.0 Internal links, external links, dynamic images, font weights 4 years ago
.gitignore 8326446446 Library implementation 4 years ago
CODE_OF_CONDUCT.md 6b6d2d7fa3 Create CODE_OF_CONDUCT.md 4 years ago
LICENSE 3e3c464974 Initial commit 5 years ago
QuestPDF.sln 8326446446 Library implementation 4 years ago
readme.md a1d27ea8e8 Update readme.md 4 years ago

readme.md

Overview

1) Rely on solid fundamentals - This library is created specifically for designing and arranging document layouts, with full paging support. Alternative solutions, such as HTML-based converters, are not designed for this purpose and therefore are often unpredictable and do not produce desired results.

2) Work with organized self-explanatory code - The entire process of implementing PDF document, takes place in your code. Free yourself from slow visual designers and strange technological limitations. Follow simple yet highly effective approaches to create maintainable, high-quality code.

3) Compose simple components into complex documents - Do you remember the feeling when your code just works? When your ideas are becoming real without any effort? Working with simple, easy to understand, self-explanatory and highly composable layout elements is the key here!

4) Create and reuse components - Feel no fear of complex documents! Create custom, reusable components and divide the document's layout into easy to maintain pieces. Inject data to customize content and use slots to enhance composability. Decide how complex approaches your solution needs and follow the best path.

5) Prototype with ease - We understand that document generation is often tricky and require multiple iterations. The library offers additional prototyping tools such as random text generator or image placeholder element. By following best practices, you can develop a document without having data.

6) Enjoy fast PDF generation - QuestPDF is created upon SkiaSharp, a well-known graphical library, and converts your data into PDF documents. It offers a highly optimized layouting engine capable of generating over 1000 PDF files per minute per core. The entire process is thread-safe.

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.


Write less, achieve more

Do you believe that creating a complete invoice document can take less than 200 lines of code? We have prepared for you a step-by-step instruction that shows every detail of this implementation and describes the best patterns and practices.

For tutorial, documentation and API reference, please visit the QuestPDF documentation.

This repository contains sample implementation of the full, page-aware invoice similar to the one below. Let's get started!