Version 3.1 30th August 1998
PDFprint is a very flexible tool to print PDF files (or parts of them) from different directories and recursively from every subdirectories, from FTP and HTTP sites, to a printer or to the monitor, in PostScript format or in text format. PDFprint can also help you to print PostScript files (or parts of them) from different directories and recursively from every subdirectories, from FTP and HTTP sites, to a printer or to the monitor, in PostScript format or in text format. PDFprint can also help you to print HTML files (or parts of them) from different directories and recursively from every subdirectories, from FTP and HTTP sites, to a printer or to the monitor, in PostScript format or in text format.
|
|
PDF problems |
PostScript problems |
HTML problems |
Getting and Installing PDFprint |
Get the latest Version of PDFprint from:
http://www.sanface.com/pdfprint/
or CPAN
Get and compile the xpdf software, inside you can find pdftops
and pdftotext tools:
http://www.aimnet.com/~derekn/xpdf/
Also, you can use the option -toPostScript of
Acrobat Reader or,
if you have just compiled
Ghostscript 5.xx, you can use pdf2ps script
To use PDFprint with HTML files get HTMLDOC tool:
http://www.easysw.com/~mike/htmldoc/
To manipulate PostScript file, get and compile the psutils software,
inside you can find psselect and pstops tools:
http://www.dcs.ed.ac.uk/home/ajcd/psutils/,
get and compile the poster software
ftp://ftp.es.ele.tue.nl/pub/poster/
If you have just compiled
Ghostscript 5.xx, you can use ps2ascii script
Make sure you have Perl Version 5.003 or later on your
system:
http://www.perl.com/perl/info/software.html
Get the latest Version of libnet module from:
http://www.connect.net/gbarr/libnet/
or CPAN
Get the latest Version of libwww module from:
http://www.sn.no/libwww-perl/
or CPAN
Create your personal pdfprint.cfg file.
You can change the value of tmpdir, YOUR_email,
proxy, converter, filter and print
variables.
With tmpdir you can set the directory for the temporary files.
You can use relative and absolute path. Default is /tmp.
With YOUR_email you have to customize your e-mail address like password
for anonymous ftp
With proxy You can set your PROXY host in URL mode. e.g.
http://your.proxy.com:8080
With converter you can use pdf2ps, pdftops or
acroread -toPostScript to convert
PDF files to PostScript files, pdftotext to convert PDF files
to ASCII files, HTMLDOC to convert HTML files to PostScript or PDF.
You can use psselect or pstops to modify PostScript files
to PostScript files ps2ascii to convert PostScript files to ASCII
files.
In acroread -toPostScript you can specify to convert to Level 2
PostScript (default is Level 1 PostScript) with -level2 option.
In pdftops and pdftotext you can specify the pages to
convert with the options
Original external tools documentation |
Syntax |
where options include: -help print out this message -verbose verbose -recursive directory scan recursively the directory -match files match different files ex. *.pdf, a?.* -configure file default pdfprint.cfg list: with list you can use metacharacters and relative and absolute path name and ftp URL like ftp://ftp.host.com/directory/file and http URL like http://www.host.com/directory/file example: pdfprint *.pdf pdfprint -v -c tests/test.cfg */*.pdf pdfprint -m a* -r pdfdocs
What's new in this version |
Source |
Links around the world to PDFprint |