There was a discussion about this a while back (maybe a month or so). You
may want to check the archives. In general, how to do it depends on what
your printer can accept and what environment you are running in. FWIW, there
have been some favorable comments about the PS renderer - so if your printer
accepts PostScript this may be a good option.
-----Original Message-----
From: Spectron Caribe, Inc. [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 14, 2001 10:10 AM
To: [EMAIL PROTECTED]
Subject: Rendering to a printer
Hello:
I have made a simple function to test fop:
void print(String file){
try{
Driver driver = new Driver();
driver.setInputSource(new InputSource(file));
driver.setRenderer(Driver.RENDER_PDF);
driver.run();
}catch(Exception e){
e.printStackTrace(System.out);
}
}
It works but I would like to render to the printer (RENDER_PRINT), but I
haven't seen any samples for this anywhere. Could somebody show me how to do
this?
Faw
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]