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:
Post a Comment