On Fri, 19 Nov 2004 10:13:30 +0100, Naji, Khalid <[EMAIL PROTECTED]> wrote:
> Hi,
> Which  Perl module can I use to dynamically create large files with images.
> I have already used the module "PDF::Create" but i find it a bit slow.


The solution I have used over the years isn't exactly perl related but
it works on MacOS X as well as WindowsXP -

I purchased Adobe Acrobat Distiller (not sure what it is called today)
and had it monitor a "Drop Directory"

I then used Perl to create/Manipulate Postscript data and when
complete - I "wrote the new Data out to the Drop Directory.

The Adobe Distiller then simply converted the file to a normal Acrobat
file.  The process is somewhat draw-out but I converted 500-600 page
college catalogs between on-line HTML format and printed PDF like this
daily.

Cheers!

-- 
WC -Sx- Jones
http://insecurity.org/

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to