FOP and ColdFusion...

2005-05-05 Thread Luca Spadoni
Hi guys, I'm a ColdFusion Developer: I use FOP to transform xhtml source code in PDF. I coded following lines: driver1.setRenderer(driver1.RENDER_PDF); driver1.setInputSource(input); driver1.setOutputStream(output); driver1.run(); output.close(); Assume

Re: FOP and ColdFusion...

2005-05-05 Thread J.Pietschmann
Luca Spadoni wrote: I'm sure that the XSL-FO stylesheet in input is well-formed... so I can't explain myself this problem in the output Run your input through the FOP command line application, preferably with the -d switch. This will tell you whether there are indeed no problems with your input.