asp.net - InfoPath Form URL TO PDF using C# -


i want convert inforpath pdf.

i have url , have access hosted place :

http://hostserver/pwa/_layouts/15/formserver.aspx?xmllocation=/pwa/infopath%20title.xml 

is there way read infopath form xml , converting pdf ?

you have download , parse content of url object via: xelement, htmlagilitypack create pdf file e.g. using textwriter.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -