Posted By:
Christopher_Stehno
Posted On:
Friday, July 20, 2001 11:09 AM
According to the CSS documentation, you can specify page breaks for printing using CSS style sheets (the page directive I believe). You may want to scour the CSS documentation (www.w3c.org) and see what you can find. I know that it can be done, but I have never done it myself. Also, if you are looking to PDF as the answer Lowagie (www.lowagie.com) has a good PDF API for Java. It works pretty good for report writing and general PDF usage -- called iText.
Hope this helps some.