Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Since I have seen that code project has done some software product reviews I thought to expect your help in finding the best third party product out there for my following requirement
I am working on this project where I have to produce customer user agreement in pdf as the customer complete there registration.
For now the page is down is classic asp so the solution should integrate with classic asp and well as .net version as well.

The pdf file should be able produce using a template file as well as html documents.
As the wesite is deployed using more than one front end server the licencing should cover this and it can be accessed by 1000s of user per day.

Appreciate if someone could recommend few.
Thanks a lot
Posted

1 solution

Try iTextSharp
iText is a PDF library that allows you to CREATE, ADAPT, INSPECT and MAINTAIN documents in the Portable Document Format (PDF):
- Generate documents and reports based on data from an XML file or a database
- Create maps and books, exploiting numerous interactive features available in PDF
- Add bookmarks, page numbers, watermarks, and other features to existing PDF documents
- Split or concatenate pages from existing PDF files
- Fill out interactive forms
- Serve dynamically generated or manipulated PDF documents to a web browser

Please read this for more info. :iTextSharp

For Classic ASP : How to use itextsharp in my classic asp
 
Share this answer
 
v3
Comments
rushdy20 10-Apr-14 10:49am    
iTextSharp is a .net tool and will it work with classic asp?. that I wanted is display the terms and condition pages on pdf to new users on completion of there registration
Sampath Lokuge 10-Apr-14 10:53am    
Check this one: http://stackoverflow.com/questions/3082248/how-to-use-itextsharp-in-my-classic-asp

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900