You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by Imran Khan <im...@daffodildb.com> on 2006/12/12 10:42:54 UTC

ASP

Hi All,
is it possile to transform an XML to a PDF in ASP /ASP.net?

-- 
Thanks & Regards,
Imran Khan
Software Engineer
Daffodil Software Ltd.
Gurgaon, India

Mobile: 09811221852

Re: ASP

Posted by "J.Pietschmann" <j3...@yahoo.de>.
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