Search found 3 matches

by Srikanth
Mon Nov 11, 2013 11:49 am
Forum: General
Topic: How to find if dopdf is installed via javascript
Replies: 4
Views: 8565

Re: How to find if dopdf is installed via javascript

Hi , I tried it but i got following error, Unable to open registry key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\doPDF 7 printer_is1" for reading. below is the code, var shell = new ActiveXObject("WScript.Shell"); var regValue = shell.RegRead("H...
by Srikanth
Fri Nov 08, 2013 8:32 pm
Forum: General
Topic: How to find if dopdf is installed via javascript
Replies: 4
Views: 8565

Re: How to find if dopdf is installed via javascript

Can the printers be accessed via javascript?
by Srikanth
Wed Nov 06, 2013 10:30 am
Forum: General
Topic: How to find if dopdf is installed via javascript
Replies: 4
Views: 8565

How to find if dopdf is installed via javascript

Hi , i am basically trying to find if dopdf is installed in the system if its not then i am prompting the user to doenload the dopdf. Is there a way i can detect if dopdf is installed in the system via javascript.Its possible to do it for flash player using activex object.is something similar can be...