c# - How to download a webpage in PDF format -
i trying create button download webpage working on in pdf format. using visual studio. eg; click on download button , webpage viewing downloaded onto computer. in advance
can solution?
when click on button go server side , convert pdf using itext. see example: how convert html pdf using itextsharp
you need of course first render html document on server, done in serveral ways.
Comments
Post a Comment