Click here to Skip to main content
16,013,516 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
My code for Convert webpage into Image and save it in local machine is get it from this link:Convert webpage to image from ASP.NET.

This code is Works fine in My local machine,but in our Testing machine its doesn't get Exported. when i am debugging in our testing machine, i found browser.ReadyState does not comes to complete state,It comes to interactive state then ,it will exit from while loop and also hanging in m_thread.Join()





Is there any other code for convert webpage to Image without using thread?

Please guide me to do resolve that.
Posted

1 solution

Well you can refer to these two links which explains and provides code for the same.

Image Capture Whole Web Page using C#[^]

How to capture web page to image with C# - C# Sample Code[^]

Regards.. :laugh:
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900