Has anyone every created a script that would generate multiple pages for printing on the fly?
Do you mean printing to the printer?
I was wondering if there could possibly be a way to print multiple pages instead of one at a time.
Have you thought about generating multi-page PDF's on the fly (Web based solution)? Or to use a2ps utility if you are on Unix/Linux and printing text?
| [reply] |
If it's for a terminal, just pipe it through more. If it's for the web, generate an algorithm to guess how high the total page is, divide by the pagesize and print, being sure to keep track of which page yer on.
This is of course vastly easier said then done. | [reply] |