I need to build a pdf file from an wpf window. that window contains a canvas with some draw and some textboxes and labels whith data.
a friend told me to use crysta
I hope this library helps you.
PDFsharp
is a .NET library for processing PDF file. You create PDF pages using drawing routines known from GDI+. Almost anything that can be done with GDI+ will also work with PDFsharp. Only basic text layout is supported by PDFsharp, and page breaks are not created automatically. The same drawing routines can be used for screen, PDF, or meta files.
http://www.pdfsharp.net/MainPage.ashx
PDFsharp is published under the MIT License.
ok, its for gdi+, but perhaps it is enough.