2

I need put link to pdf files in my site with conditions..:)

If is a iPad , i want save this pdf in iBooks library and open iBooks showing this file.

Is this possible?

Tks!

Bruno Leite
  • 1,403
  • 13
  • 17

1 Answers1

4

No, this is not possible. When the user views the PDF in Safari and has iBooks installed, there will be a button to open it in iBooks (or other apps that can read PDFs). You cannot automate this though.

omz
  • 53,243
  • 5
  • 129
  • 141
  • 1
    +1 You can't automate this. But you can mimic that behavior in your own iOS app. I know that's not what he's asking, but just in case, here's a good [tutorial](http://andycodes.tumblr.com/post/738375724/ios4-sdk-opening-pdfs-in-ibooks) – Youssef Sep 15 '11 at 15:40