printing raw text in java

From: Frédéric Gourul (fgourul.nospam_at_desysif.fr)
Date: 10/05/04


Date: Tue, 5 Oct 2004 09:17:13 +0200

Hello,

I want to print raw text with the java standard API. I want to send
characters on the device printer selected in the PrinterJob object. Any way
to do that ? (I don't want to print my text with the Graphics object, i want
to send the characters directly to the printer)

thanks.