You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A .net application written in C# that will take a web page and download it as an image file; Either pdf or png. It uses PDF Sharp as a library to convert to PDF, but this is only converting the image, it's not creating the image from the HTML, instead I draw the browser image to a file, then convert it, which has the benefit of rendering all ima…