PDFFlow Library

PDFFlow is a cross-platform C# library for creating PDF documents. The library is based on the well-known libHaru.

With PDFFlow, you can create complex PDF documents fast and efficiently - you define documents as a set of layout rules and a sequence of paragraphs, tables, images, headers, etc. and the library does all the work to create a PDF document by applying the layout on the content stream.

You can create agreements, contracts, log books, invoices, tickets, catalogs, brochures, complex tax and regulatory forms, medical documents, school and university tests, books and magazines and many other kinds of documents.

Your documents can include:

* You can use UPC-A, EAN-13, EAN-8 and GS1-128 barcodes and QR codes in your PDF documents created with PDFFlow. This feature is distributed as a separate free library for generating barcodes and QR codes Gehtsoft PDFFlow Barcodes that can be downloaded from NuGet. To install the library, follow the instructions provided in the Installing Gehtsoft.PDFFlowLib.Barcodes tutorial For more information please see Gehtsoft.PDFFlowLib.Barcodes documentation.

PDFFlow supports automatic pagination and layouting: the content is automatically continued on the next page if it does not fit in the current page.

You can configure any formatting settings of your document and its elements: fonts, colors, alignment, borders, indents, stroke styles, etc. as you need. This can be done using the corresponding methods in each case or through styles - you create your styles and apply them to quickly get the necessary formatting.

The PDFFlow library is supplied with real document samples accompanied by descriptive articles and tutorials with many working code examples that can be used as is or modified, and the API reference.

The included license allows you to use the library for free:

The commercial license is required to use the library in commercial projects on the production stage (including the products used to support the internal business). Please contact Gehtsoft USA LLC sales representative to get details about the licensing.

Groups

Tutorials

Basic principles of using the PDFFlow library.

Namespace Gehtsoft.PDFFlow.Builder

Namespace Gehtsoft.PDFFlow.Models.Enumerations

Namespace Gehtsoft.PDFFlow.Models.Exceptions

Namespace Gehtsoft.PDFFlow.Models.Shared

Namespace Gehtsoft.PDFFlow.UserUtils

Namespace Gehtsoft.PDFFlow.Utils