PDFprint

by Fabrizio Pivari

version 1.1 1998/03/15

PDFprint is a PERL script to print PDF files, it requires PERL 5.xxx and the script pdf2ps of Ghostscript 5.xx distribution. You have to modify these variables, in the pdfprint code, to match your host configuration
my $pdf2ps="pdf2ps";
my $print="lpr";
for example if you prefer absolute path and your print command is lp
my $pdf2ps="/usr/local/bin/pdf2ps";
my $print="/bin/lp";
ANFACE Software
ANFACE Software logo
This is the sintax
usage:
        pdfprint [-options ...] files

where options include:
    -help                        print out this message
    -verbose                     verbose

files:
    with files you can use metacharacters and relative and absolute path name
    
example:
    pdfprint *.pdf
    pdfprint -v */*.pdf
History file

Source Code
You can also find the source code at CPAN authors/Fabrizio_Pivari/