Wanted: Freeware like FinePrint.
Generally spoken: We all still wait for one to appear.
There are several workarounds, which may *sometimes* be enough:
- Some programs support booklet printing, internally. (E.g. PFE -
the Programmers File Editor)
- There are programs for booklet printing of pure text like pr.exe
from Unix Utilities (
http://unxutils.sourceforge.net)
- You'll see programs which calculate page numbering schemes to be
copied into the page sequence field of print dialogs (WordPageTool
by Geoff Phillips:
www.realisticrandomdata.com)
- A couple of printer drivers support scaling and booklet printing.
You need to download such drivers directly from your printer
manufacturer, though. The drivers provided with Windows all seem
to lack such advanced functionality.
And last not least the complete, but long winded way:
- Create a *.pdf file using the *.pdf printer driver of your choice.
Convert it to a booklet using the Perl script by M. Hosken:
http://search.cpan.org/src/MHOSKEN/Text-PDF-0.25/scripts/pdfbklt.plx
A slightly older compiled version can be found here:
www.sil.org/~hosken/Utils/top.html
www.sil.org/~hosken/Utils/pdfbklt.zip
For your other requirements you'd need to use the PdfToolkit:
www.accesspdf.com/pdftk
before converting to a Booklet. After all is set up correctly you
can print the resulting *.pdf-booklet on the printer of your choice
using either manual or automatic duplexing.
Printing of 8 pages onto 1 sheet *might* be possible by applying
the PdfBooklet script twice.
No better free solution, yet. Sorry. ;-)
BeAr