Hi Bill,
My application gets n no of excel sheets as input which should be converted into single pdf.these are the steps i am following for the conversion
1.To generate the xml files for each excel document i am using POI (HSSF).
2.To generate the xsl files for each XML document i am using SAX.
3.To generate PDF i am using FOP and giving input as a pair of xml and xsl,but the generated PDF contents are overwritten by final pair of xml and xsl.
All the XML and XSL files are generated at run time and for these a single pdf has to be generated,
I have to do this using FOP api only.
My Excel sheet contains images also how to put these images into the PDF document.Can u plz help me
I hope now u have understood the problem and will help me in this regard
Thanks
Shahin