Andrew Ho wrote:
> Hello,
> 
> DW>This looks pretty good to me. Can anyone suggest how I might
> DW>programmtically send a PDF to a printer once I've generated it in
> DW>Perl/mod_perl?
> 
> Use either Ghostscript or Adobe Acrobat Reader to convert to Postscript,
> then print in your normal manner (if you usually use Ghostscript as a
> print filter anyway, you can just print directly using it). For Adobe
> Acrobat Reader, use the -toPostScript option.

If your end goal is PS, better generated PS in first place. From my 
experience
ps -> pdf -> ps, makes the final PS a much bigger file (5-10 times 
bigger). I use html2ps for generating PS files (used for generating the 
mod_perl guide's pdf).

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Reply via email to