Using Servlets or Java Server Pages would be the most straight forward method of using a Java library, like iText, to create PDFs on a web server. It might be possible to make calls from some other scripting language, supported on your server, to Java. It depends on the scripting language. I've seen all kinds of home grown interfaces between runtime environments too, but that can get messy. Of course, there are other tools to create PDFs that aren't Java. Depends on what scripting languages your web server supports and what programming tools you wish to use.
-Steve ----- Original Message ----- From: "John Houle" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 08, 2004 11:44 PM Subject: [iText-questions] servlets and pdf Is the only way to create pdf's on a webserver is through the use of servlets? I can locally create a pdf, but on a web server I cannot create the pdf. ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
