Hi All,
Can anyone please let me know how to convert an aspx page output with images to html page, word or pdf document thru c# coding
I have tried using itextsharp, but it did not worked.
Thanks In Advance.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rijwan AnsariPosted Feb 8, 2021, 4:58 PM
Sachin SinghPosted Feb 8, 2021, 10:26 AM
Vamsi kPosted Feb 8, 2021, 10:19 AM
I tried the below code , at Parse method i am getting exception because i have image in masterpage. Everytime i am getting exception at htmlparser.Parse(sr);
Response.ContentType = "application/pdf";
Sachin SinghPosted Feb 8, 2021, 10:12 AM
Vamsi kPosted Feb 8, 2021, 9:24 AM
Vamsi kPosted Feb 8, 2021, 9:23 AM
Webpage has to download as it is when i click on button.
Sachin SinghPosted Feb 8, 2021, 8:32 AM
Kiran MohantyPosted Feb 8, 2021, 8:32 AM