PDFprint

by Fabrizio Pivari

version 1.2 1998/03/22

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 configuration file (default pdfprint.cfg), to match your host configuration
pdf2ps : pdf2ps
print : lpr
for example if you prefer absolute path and your print command is lp
pdf2ps : /usr/local/bin/pdf2ps
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
    -configure file              default pdfprint.cfg

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

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