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
Post a Comment