Question
How to save pdf to png format using jsobject in vb
I want to save a pdf file to png image format using js object how can i achieve that.
The Code i used is jso.SaveAs(ExtractedPath, "com.adobe.acrobat.png") but it's giving an error NotAllowedError: Security settings prevent access to this property or method. How can i overcome with this any help please.
