xml document converting to pdf
162586Dec 24 2004 — edited Jan 17 2005Hi,
I have a question regarding the convertion of xml document to pdf document.
Below is the scenario.
I have an xml document stored in the table in a CLOB format. I would like to convert the xml document stored in a table to pdf document and display in a Web browser.
I have written the stylesheet to convert the xml document to the xsl fo(XSL Formatting object xml) type document. I need to apply FOP Processor to convert into pdf document.
How do i do that in PL/ SQL ?
Any thoughts ??