Hi,

We have copied an example for printing from xsl-fo using FOP within a java
class.  In short it is:

            PrinterJob pj = PrinterJob.getPrinterJob();
            PrintRenderer renderer = new PrintRenderer(pj);
            driver.setRenderer(renderer);
            driver.run();

It works fine and prints to the default printer.  Does anyone know how we
can tell FOP to print to another printer other than the default.  We do not
want to change the default printer for this purpose.

Thanks in advance.

Mark Williams


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to