Skybrud.Pdf is a .NET package for generating PDFs using Formatting Objects (XSL-FO).
To install the core library of Skybrud.Pdf, simply pick one of the two methods below:
- NuGet Package
Install this NuGet package in your Visual Studio project. Makes updating easy. - ZIP file
Grab a ZIP file of the latest release; unzip and moveSkybrud.Pdf.dll
matching your target framework to the bin directory of your project.
- Please feel free to create an issue, and I will get back to you ;).
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.