Hi,
 
Can anybody say me how can I send a document directly to a printer?
I have tried the following code to render the document to a printer using "Driver.RENDER_PCL", but it doesn�t work (i get the exception "file.io.FileNotFoundException")
    String printer ="////ntsrv_200//prn1";
    FileOutputStream out = new FileOutputStream(printer);
    Driver driver = new Driver(input.getInputSource(),out);
    driver.setRenderer(Driver.RENDER_PCL);
    driver.run();
    out.close();
 
Thanks in advance
--------------------------------------------
Gorka Echevarr�a V�lez
BILBOM�TICA, S.A.
[EMAIL PROTECTED]
--------------------------------------------
 
 
 

 

Reply via email to