Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

dynamically generating a pdf file

Status
Not open for further replies.

matthewking

Programmer
Jul 15, 2002
75
ES
Hi,

Im interested in creating a library for generating pdf files on the fly.

Does anyone have any information on what this involves..e.g. what do I write to the pdf file, xml? binary?

Any information on the subject, or if anyone knows of an opensource / free pdf generation library please let me know.

thanks in advance.

matt.
 
Check out the "e-binder" on this site:


this dynamically creates pdf files using a toolkit, but it wasn't free i'm afraid!!

It works by having lots of small pdf files stored and referenced in a database, these can then be stiched together to form one pdf, with a title page and contents added dynamically.

Not too much help, but it may give you some ideas!

Pete
 
If you are using Visual Studio.Net, one of the installation features is Crystal Reports.Net...this has classes that allows to create a report and output the document as a .pdf file.
 
While I am not 100% certain, I believe there is a concurrent user limitation with Crystal Reports for VS.Net. I thought that I read that the limit was 5 concurrent users. To enable more, one would need to purchase additional licenses. Please correct me if I am wrong.

Game Over, Man!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top