Thread: Create PDF
View Single Post

   
  #6 (permalink)  
Old 02-16-2008, 07:24 AM
Tomas Morstein
 
Posts: n/a
Default Re: Create PDF

> Thanks for the suggestions. Think I'm going to set up a webserver
> (internal lan) where people can submit docs through a form and receive
> a pdf back. Hmmm, that sure sounds good. Now for the practical....


I don't know in which language you are writing this application but
you probably need a PDF library rather than "end user sw"..

There are some projects like pyTeX, reportlab (for Python),
iText (Java, C#), or if you write it in PHP you should see these links:
http://www.rustyparts.com/pdf.php
http://sourceforge.net/projects/pdf-php
http://www.zend.com/zend/spotlight/creatingpdfmay1.php


T.

--
Maturity is only a short break in adolescence.
-- Jules Feiffer
Reply With Quote