I want to store pdf files client side in one of the HTML5 storages (indexedDB or localstorage) and then open them later with the adobe reader.
The scenario is as follows:
- The user visites my site and downloads a bunch of pdf's into a storage
- Later the user revisits the site and wants to view one of the pre downloaded pdf's.
He chooses one of the stored pdf's and it gets rendered with the adobe reader (or the default pdf renderer).
Is this possible with pure html5/js or do i have to write a firefox extension?