Just sharing some of my inconsequential lunch conversations with you... RSS  

Saturday, October 27, 2007

Writing PDF documents

Here's a great little library to write PDF files on C#: iTextSharp. iTextSharp is a port of java's iText.

With iTextSharp we can:

  • Serve PDF to a browser
  • Generate dynamic documents from XML files or databases
  • Use PDF's many interactive features
  • Add bookmarks, page numbers, watermarks, etc.
  • Split, concatenate, and manipulate PDF pages
  • Automate filling out of PDF forms
  • Add digital signatures to a PDF file
  • And much more...

Give it a try.

No comments:

Development Catharsis :: Copyright 2006 Mário Romano