We know how hard it is to get PDF rendering done right on the iOS platform. The small memory and slow CPU conditions make it very hard to achieve blazing fast PDF rendering. You can now rely on PDFTouch SDK for rendering PDF pages in your apps and save at least a month worth of development costs!
PDFTouch SDK offers you a solid framework that's easy to use and customize to your needs. With just a couple of lines of code you can create a PDF view controller and present it in your app! The user interface is very similar to the iBooks app and also features a grid display for page thumbnails. For more details please refer to the Features section.
Be sure to check out the iPad Book / Newsstand PDF starter Kit if you want a complete newsstand solution that works with PDFTouch SDK out of the box!

All public classes of PDFTouch SDK are documented using appledoc. See the documentation for further information.
The source code of PDFTouch SDK is developed on Xcode 4.5.1 with iOS Base SDK 6.0. PDFTouch SDK works on a deployment target of iOS 5 or greater on armv7 and armv7s and can be used in ARC and non-ARC projects.
PDFTouch SDK can be integrated in two ways into your app.


NSString *path = [[NSBundle mainBundle] PathForResource:@"Developers" withExtension:@"pdf"];
YLDocument *document = [[[YLDocument alloc] initWithFilePath:url] autorelease];
YLPDFViewController *v = [[YLPDFViewController alloc] initWithDocument:document];
[v setDocumentMode:YLDocumentModeDouble];
[v setDocumentLead:YLDocumentLeadRight];
[v setPageCurlEnabled:YES];
[v setModalPresentationStyle:UIModalPresentationFullScreen];
[v setModalTransitionStyle:UIModalTransitionStyleCoverVertical];
[self.navigationController presentModalViewController:v animated:YES];
[v release];
Excellent component with fantastic support.
Excellent, well written component that saved us a lot of time. Also very active & responsive support.
Awesome Product and very good support. Instantly getting help with all my little issues since iam not a professional coder.
Questions & Comments