by Fabrizio Pivariversion 1.0 1998/03/08PDFprint 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 configurationmy $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"; |
![]() ![]() |
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 */*.pdfSource Code