> I want to create a PDF version of a database report for downloading. > Does anyone know of a way to dynamically generate PDF's within > AOLserver?
Hi Steve, I use htmldoc (http://www.easysw.com/htmldoc) which should be sufficient for most purposes. You are able to specify page sizes (or use standard sizes like letter, legal, a4 and universal), margins, password, dis/allows generation of links and even permissions for the PDF: copy, no-copy, modify, print, no-print and others. You simply include images (gif/jpeg) with img-tag and are able to specify a compression level for the jpegs. It also allows some iso-charsets (8859-1/-15). You call it interactively from the command line or - without parameters - use it with a GUI. Regards, Bernd. -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
