Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iPhone - view PDF like in iBooks

Tags:

pdf

iphone

I have question about view for displaying multipage PDFs in my app. I have found solutions with webview but they lack ability to zoom and scroll between pages horizontally. Also found solutions using Quartz2D but the same problem as above.

Is there any way to present PDF like in iBooks? You can pinch-i/out zoom, list between pages horizontally. And also how to do taht with single PDF file, not split PDF to pages.

Thanks a lot.

like image 535
rackom Avatar asked Jun 23 '10 07:06

rackom


People also ask

Can you view a PDF like a book?

Once you've downloaded your PDF and opened it in Reader do the following: Select View > Page Display > Two Page View (or Two Page Scrolling if you prefer). Select Show Cover Page in Two Page View. (This ensures your spreads are positioned correctly).

How do I read a PDF like a book on my iPad?

When you sync PDFs to your iPad, iBooks might save these PDF files directly. In this case, to read a PDF eBook, launch iBooks and tap the Collection on the top left-hand side of the main interface to select the desired PDF. Then tap to open the PDF on the virtual shelf.


1 Answers

Update: 04 Feb 2012

Check out this project, it's opensource and very well made:

Project:
http://www.vfr.org/

Source:
https://github.com/vfr/Reader

like image 150
Cesar Avatar answered Oct 19 '22 12:10

Cesar