Imran Khan wrote:
is it possile to transform an XML to a PDF in ASP /ASP.net?
Short answer: yes. If you mean "can I call FOP to generate PDF from XML", the answer is still yes, but this causes quite some overhead. A common solution is to setup a Java application server and deploying the FOP servlet (properly customized) there, and either link or delegate from the ASP pages to the servlet. J.Pietschmann
