tags:

views:

39

answers:

1

I need to know how to setup a class to print from java using the most recent Java Print API. Everything I find is either obscure or uses outdated APIs.

A: 

You can find examples using the Book class at link text

Dora
I'm currently using iText. Since you can now get free PDF printers I'm looking to eliminate the iText library from my application. iText is nice but the code to create specific documents is very cumbersome and difficult to maintain. Then again maybe I need to re-evaluate how I'm using itext. I actually have iText code available on my website. http://www.datavirtue.com/developers.html
Dora
iText example for Avery Label Sheets http://www.datavirtue.com/developers.html
Dora