PCL - Postscript Print

2003-05-20 Thread Normen Ruhrus
Hi there, has anyone got an example on how to implement PCL and/or Postcript printing directly to a printer in a servlet using FOP? CouldnĀ“t find anything like it. Thanks in advance for any help Normen

RE: PCL - Postscript Print

2003-05-20 Thread Torsten Erler
Hi there, has anyone got an example on how to implement PCL and/or Postcript printing directly to a printer in a servlet using FOP? CouldnĀ“t find anything like it. Yepp OutputStream out = null; //IP-Stream Printing if( iPPrinting) { Socket s = new Socket( printerName, printerPort );