ComponentOne PDF for WPF and Silverlight
Getting Started
PDF for WPF and Silverlight Overview > Getting Started

Easily create, print, and email Adobe PDF documents with PDF for WPF and Silverlight. Create dynamic reports or directly output your UI to a PDF format with support for security, compression, outlining, hyperlinking, and attachments.

One of the main features in the C1PdfDocument class is its ease of use. The commands provided for adding content to documents are similar to the ones available in the WinForms Graphics class. If you know how to display text and graphics in WinForms, then you already know how to use C1PdfDocument.

C1PdfDocument uses a Point-based coordinate system with the origin at the top-left corner of the page. This is similar to the default coordinate system used by .NET, but is different from the default PDF coordinate system (where the origin is on the bottom-left corner of the page).

C1PdfDocument supports many advanced features included in the PDF specification, including security, compression, outlining, hyper-linking, and file attachments.

The main limitation of the WPF version is that it does not support Acrobat Forms and text annotations.