Skip to content

.NET package for generating PDFs using Formatting Objects (XSL-FO).

License

Notifications You must be signed in to change notification settings

skybrud/Skybrud.Pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skybrud.Pdf GitHub license NuGet

Skybrud.Pdf is a .NET package for generating PDFs using Formatting Objects (XSL-FO).

Installation

To install the core library of Skybrud.Pdf, simply pick one of the two methods below:

  1. NuGet Package
    Install this NuGet package in your Visual Studio project. Makes updating easy.
  2. ZIP file
    Grab a ZIP file of the latest release; unzip and move Skybrud.Pdf.dll matching your target framework to the bin directory of your project.

Found a bug? Have a question?

Documentation

The package isn't very well document at the moment in terms of examples, but you can find a few examples on the reference page.