RE: Printed blank page when running example class ExampleFO2JPSPrint.java

2012-12-03 Thread Massimo
Hi. I changed ExampleFO2JPSPrint.java as you recommended and it prints (Sytem.out.println) values only if i change target resolution: *userAgent.setTargetResolution(200);* but the printed page is blank yet. My SO is XP Sp3 and FOP 1.1. Regards, Massimo. -- View this message in context:

RE: Printed blank page when running example class ExampleFO2JPSPrint.java

2012-12-03 Thread Robert Meyer
Hi Massimo, I would suggest to use the same example but this time write to an actual file. I have modified the PDF example in case you haven't already done so to output PostScript (the same format the print example uses). If it writes Hello World to the file correctly then it shows that this

Re: Printed blank page when running example class ExampleFO2JPSPrint.java

2012-12-03 Thread Luis Bernardo
Please try with trunk. On 12/3/12 11:26 AM, Massimo wrote: Hi. I changed ExampleFO2JPSPrint.java as you recommended and it prints (Sytem.out.println) values only if i change target resolution: *userAgent.setTargetResolution(200);* but the printed page is blank yet. My SO is XP Sp3 and FOP