What is the way to read PDF content on an iPad or iPhone?
You can use Quartz to parse a PDF document and extract the metadata. Parsing a PDF
There is another simple way to read a PDF in iPhone/iPad:
Take one UIwebView (name:pdfView).
Give Iboutlet connection to it & Delegate it to FilesOwner
In Viewdidload/VIewWillApper/VIewDidApper
[self.pdfView loadRequest:[NSURLRequest requestWithURL:
[NSURL fileURLWithPath:[[NSBundle mainBundle]
pathForResource:@"ObjC" ofType:@"pdf"]]]];
ObjC.pdf
should be in resource folder
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With