How can I convert a PDF into an image in web application?
I am following this link to convert; it is working fine in window applications but in web applications, on,
Clipboard.GetImage().Save(outimg, outPutImageFormat);
It's throwing this exception,
System.NullReferenceException: Object reference not set to an instance of an object.
How I can implement this in Web Application?