0

my webview displays a pdf file that has bookmarks for certain pages. How to I get the code to automatically scroll to the page of a particular bookmark in the pdf?

user2104778
  • 992
  • 1
  • 14
  • 38

1 Answers1

1

You better use iOS PDF viewers. (E.g. FastPdfKit)

mohamede1945
  • 7,092
  • 6
  • 47
  • 61
  • hmm, thanks. I checked it out and there is no direct way to goto a bookmark, but you can get a list of bookmarks, and you can go to a certain page, so I assume that you could indirectly accomplish this by getting the page of a bookmark and going to the page. Thanks. – user2104778 Mar 20 '13 at 13:11
  • Thanks again mohamede - you are really helpful. – user2104778 Mar 20 '13 at 16:40