Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Just open a new window (using the [tt]window.open()[/tt] method) with a URL pointing to a PDF document. This will work as long as the user has PDF documents mapped to Acrobat in their browser.kishorkar said:How to open a Acrobat reader/writer through JavaScript code.
From within a browser, the answer is no. For good security and privacy reasons, you can't control other applications in this way.kishorkar said:Also is it possible to activate the open dialog box through javascript code?
<body onLoad="[URL unfurl="true"]http://domain.com/[/URL][i]my_file[/i].pdf">
window.open('[URL unfurl="true"]http://domain.com/my_file.pdf','win',[/URL]
'left=20,top=20,width=500,height=500,toolbar=1,resizable=0');