So I am working on a project where a client discovered a problem on a site a previous developer built for them. They found that the Scribd iPaper module loads up secure documents fine in Firefox, Safari, and Chrome but not in Internet Explorer.
In IE the darn thing just doesn't load. The site is using the Drupal iPaper module which was funded by Scribd I believe. It is using the Flash reader (for secure documents). I would switch it over to using the newer HTML5 reader, however they need the document to be secured and the HTML5 reader does not offer a feature for that.
I have dug around on the Internet for answers and found nothing of use. I suspected a possible CSS or JS related issue (we all know how obnoxious IE can be), but when I removed all of both from the page the results stayed the same.
I then tried to find an alternative solution and found Embedit.in. Made a PHP Library and a Drupal module and then as of Monday of this week their service started going on the fritz (no longer converting uploaded files, they claim server problems). I looked into docstoc, but in order to use their API you have to email them since they disabled the request form due to spam problems. I have emailed them but with no reply. I even offered to share a PHP library and Drupal module that I will make and maintain myself with them and the world (which is what I intended to do with Embedit.in too).
I also looked into the option of using an embed code to directly load a PDF in the browser. Works great in everything except Firefox (has problems getting the right plugin and doesn't default to the Adobe Flash plugin like all the other browsers).
I have also tried compiling PDF2SWF on my Mac with no luck. I am not even sure if I could use that on the servers and I don't have SSH access to the prod server anyway (Subversion deployment only).
I am getting to the end of my ropes here. Anyone have any solutions for me?
I need the following abilities:
- Secure the documents
- Display in IE, FF, and Safari on Windows and Mac
- Display directly in the browser without requiring the user to download an extra plugin (beyond Flash).
- Be able to set it up programmatically and this has to work with PDFs.
Thanks!