Open Source PDF Libraries in C#
iTextSharp
iTextSharp is a library that allows you to generate PDF files on the fly.
Report.NET
Report.NET is a powerful library that will help you to generate PDF documents in a simple and flexible manner. The document can be created with data that have been retrieved from any ADO.NET data set.
PDFsharp
PDFsharp is a C# library that easily creates PDF documents on the fly. The same GDI+ like drawing routines can be used to create PDF documents, draw on the screen, or send output to any printer. PDFsharp can also modify, merge, and split existing PDF files or incorporate pages from existing PDF files into new PDF documents.
SharpPDF
SharpPDF is a C# library that implements different objects for the creation of PDF documents with few steps. It is created for .NET framework 1.1 and it can create 100% compatible PDF
PDFjet Open Source Edition
PDFjet Open Source Edition is a library for dynamic generation of PDF documents from Java and .NET. The PDFjet Open Source Edition has the following features:
* Drawing support for: points, lines, boxes, circles, bezier curves, polygons, stars, complex paths and shapes.
* Text: unicode support, text kerning when using the Helvetica and Times-Roman families of core fonts, embedding hyperlinks.
ASP.NET FO PDF
FO PDF is similar to ASP.NET Server Controls, written in C#
PDF Clown
PDF Clown is a C# 2.0 library for reading, manipulating and writing PDF files, with multiple abstraction layers to satisfy different programming styles: from the lower level (PDF object model) to the higher (PDF document structure and content streaming). Its primary target platform is GNU/Linux, but thanks to the Mono project it’s virtually platform-agnostic.
http://alex.buayacorp.com/merge-pdf-files-with-itext-and-net.html
http://www.wacdesigns.com/2008/10/03/merge-pdf-files-using-c/
http://www.zachhunter.net/blog/2009/04/28/MergeAndCombinePDFsInC.aspx
http://stackoverflow.com/questions/177/how-do-i-programmatically-create-a-pdf-in-my-net-application
http://www.aneef.net/2008/07/24/create-pdf-files-on-the-fly-with-c-and-pdfsharp/