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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Server Side PDF Creation

Status
Not open for further replies.

axman505

Technical User
Jun 20, 2001
489
US
Is there any free way out there to automate the creation of a pdf file serverside?

For example, if i upload a word document or other document to have it automatically converted to pdf so that it would be in a display format that could be display on the web?

Thanks in advance for the assistance.
 
Hello

A friend of mine recently accomplished this , there seems to be a few ways. One way is to have pdf compiled into PHP and use the pdf functions.

Another way is to use a PHP:pdf class. Heres a url to a pdf class.
Dont forget that php is a system binary and can be used for shell style programming as well as parsing webpages.

Cheers

Neil
 
If you are looking for a free tool, then please disregards this post.

1. There is a Java based report writing tool called Enterprise Report Writer (originally from Enterprise Soft, which eventually was aquired by Actuate). It's not the best report-writer in the world, but it works, it's faster then you could imagine (given it's Java) and it can produce PDF files (beside several other formats).

I've been using version 4.02 (released in 2000) and it works Ok.

You can find more tools like this from Actuate at

If you need more info on this write me to gruzglin@litespan.net

2) Crystal Reports tool can also produce PDF files, so if
you can afford it, buy it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top