PDA

View Full Version : printer friendly page



prem
March 20th, 2001, 10:49
How to output a printer friendly page .. and with pagebreaks so that we can direct the printer with pagebreak kinda things to start the next sentence on a new page ..

Pls help
regards
prem

PS: i will have a list of letters ( any length ) and each letter should print in a new page.

akersche
March 23rd, 2001, 15:00
sounds tricky.
cause there is nothing such as page break in a html-page.
so you would have to generate a diffrent file type, that supports that.
you could use plain text, when you know how many lines a page can have on the printer.
(and insert as much as needed new lines \n after each letter)
or you might want to output a more tricky format. but then you need to know the info about the format.

hope i could give you a hint where you should look at...