PDFsharp 0.7 beta 2 is now available for download.
PDFsharp is a .NET library for creating and modifying Adobe PDF documents programmatically from any .NET language like C# or VB.NET. PDFsharp defines classes for the objects found in PDF files, so you never have to deal with IDs or references directly.
New: beta 2 includes MigraDoc Lite.
MigraDoc Lite is a high level document generator that uses PDFsharp to create PDF files.
It includes the high level features like text wrapping to next line or next page, tables wrapping to next page with repeated headings, and much more.
While some screenshots are included on sourceforge.net, we recommend the project homepage http://www.pdfsharp.com/ for detailed information, and sample code with screenshots.
New features since beta 1:
* Linear gradient brushes
* XGraphics.Save/Restore now work properly with nested calls
* TextAnnotations, Rubber stamp annotations
* Read content of interactive form fields (AcroForms) (still under construction)
* Write interactive form fields (AcroForms) (still under construction)
* First two bar code types (Code2of5Interleaved and Code3of9Standard)
* XPdfForm objects as templates. Use XGraphics class to create PDF form objects.
* Includes MigraDoc Lite for easy document creation