Re: Printing PDF with background image

2005-02-21 Thread Chris Bowditch
Jeremias Maerki wrote: On 18.02.2005 11:18:21 Chris Bowditch wrote: Java 1.5, also has support for printing PDFs. Although other users on this list have reported problems rendering XSL-FO using FOP on JDK 1.5 Others may know of other tools that can be used to print a PDF That Java 1.5 has

Re: Printing PDF with background image

2005-02-20 Thread Jeremias Maerki
Forgot to attach the files... Jeremias Maerki jdk15JPSEnum.txt Description: Binary data JPSEnum.java Description: Binary data - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Printing PDF with background image

2005-02-19 Thread Jeremias Maerki
On 18.02.2005 11:18:21 Chris Bowditch wrote: Neil Guinto wrote: Jeremias, Thanks for taking the interest. Ok I'm looking for a quick solution at this point without me going into the nitty gritty of implementing a method (crunch time :-( ). I've got the actual PDF's rendered

Re: Printing PDF with background image

2005-02-18 Thread Chris Bowditch
Neil Guinto wrote: Jeremias, Thanks for taking the interest. Ok I'm looking for a quick solution at this point without me going into the nitty gritty of implementing a method (crunch time :-( ). I've got the actual PDF's rendered somewhere on the server side and wanted to route it straight to

Re: Printing PDF with background image

2005-02-17 Thread Jeremias Maerki
You're not printing PDFs if you use the AWTRenderer, strictly speaking. The formatted document is painted on a Graphics2D object. The problem you have, as you guessed, lies within AWTRenderer which does not implement drawImageClipped and drawImageScaled. If you implement these methods the

Re: Printing PDF with background image

2005-02-17 Thread Neil Guinto
Jeremias, Thanks for taking the interest. Ok I'm looking for a quick solution at this point without me going into the nitty gritty of implementing a method (crunch time :-( ). I've got the actual PDF's rendered somewhere on the server side and wanted to route it straight to a network