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 that the "input" and "output" variables are correct: infact, my problem is that this code **does retrieve NO errors** , but the PDF generated is **ZERO byte length** :-(

I'm sure that the "XSL-FO stylesheet in input" is well-formed... so I can't explain myself this "problem" in the output: Have you got any ideas?
Waiting for your suggests... regards;-)


#
# Luca Spadoni
# area "Analisi e Sviluppo"
# [EMAIL PROTECTED]
#
# Image Line S.r.l.
# Faenza (RA) - Italy
#


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



Reply via email to