How to generate PDF from XML output without XML publisher
530565Oct 12 2006 — edited Oct 24 2006Hi,
I am facing a problem while splitting the rdf generated XML output.
Problem Description:
-----------------------------
I have a oracle invoice report which runs once every day (scheduled program). This report fetches me the invoices generated on that day and needs to be Mailed / Faxed to the customers.
So i developed the report in such a way that it generates the output order by customers...since the output generated will be as one .out file in APPLCSF/out directory...the .out file needs to be splitted by customers, for which i have written a cursor which takes the data of the main query and submits that many requests as many as customers are there.....There is a possibility of having 1000 customers per day also. If that is the case then my main program will fire that many requests.
Is there a different approach......any inputs are highly appreciated.
Also, i am generating the output in XML format. Is there a way from which i can directly generate a PDF from that XML output rather using any other tool.
Thanks & Regards,
Lakshmi Kalyan Vara Prasad.