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

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -