> Would it be at all possible to create PDF files on the fly using perl?
I'm
> thinking are there any modules which would do the job and does anyone
have
> any experience in using them?

> Any pointers would be greatly appreciated.

> I'm running the stuff on solaris 5.6 if that makes a difference...


Several years ago I worked as a consultant for a company that did this
using shell.  the script itself was very short and wrapped around a command
line utility that was supplied by Adobe.  Back then we were on some earlier
version of Solaris like maybe 2.7 and we had installed Adobe Acrobat
Distiller 2.1.  The script, if I remember correctly, simply cat'ed .tif img
files into this Adobe utility and then output the resulting .pdf file.  I
no longer have access to the code, so I cant be much more help than that.
I'm not even sure if this utility is still available.  Hope this helps.

Jeff


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to