Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 703 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 703 Bytes

NWPDF icon

NWPDF

A fast PDF viewer for iOS.

About

NWPDF is a Cocoa Touch framework for displaying PDF documents. It is written as alternative to Cocoa's PDF kit, which is not available on iOS. An additional goal was to provide performance and usability comparable to iBooks.

The project consists of three parts: view controllers, page caching utilities, and Objective-C wrapper classes for CGPDF.

License

NWPDF is licensed under the terms of the BSD 2-Clause License, see the included LICENSE file.

Authors