Maybe you can have that a lot simpler and just use the Java Printing System (JDK 1.4 and later) to print the document directly to the printer. The PCLRenderer is not really supposed to be used that way. Otherwise, just render a simple FO document referencing the JPEG image you create to PCL.
On 26.04.2006 13:53:38 Camilakill wrote: > > Thank you for your reply! > > What I tried to do was create my document in graphics2d and then convert it > into jpeg. > But as my printer doesn't understand jpeg I will need to convert it into > PCL. > > Do you know if I can do that using FOP? > I have tried to use the PCLRenderer Class to drawImage but I am strugling to > understand how it works! > Can you help me with that? > > Many thanks! > Camila Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
