Ron Savage on  wrote...
| On Fri, 02 Jun 2006 12:23:46 +1000, Anthony Thyssen wrote:
| 
| Hi Anthony
| 
| Use Perl to /combine/ PDFs. It's instantaneous.
| 
| #!/usr/bin/perl
| #
| # Name:
| #     pdf-combiner.pl.
| 
| use strict;
| use warnings;
| 
| use PDF::Reuse;
| 
| # -------------
| 
| prFile('combo.pdf'); # Output.
| 
| for (qw/a b c d/) # Inputs.
| {
|       prImage("result_$_.pdf");
|       prPage();
| }
| 
| prEnd();
| 
I have saved it into the miscellanous notes for Image Formats,
but I think we are more interested in IM solutions :-)

  Anthony Thyssen ( System Programmer )    <[EMAIL PROTECTED]>
 -----------------------------------------------------------------------------
   He deliberately left them out of the code.  After all, he rationalized,
   this is only version 1.0.               -- Rick Cook, "Wizard's Bane"
 -----------------------------------------------------------------------------
     Anthony's Home is his Castle     http://www.cit.gu.edu.au/~anthony/
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to