Code Monkey home page Code Monkey logo

uxreader-ios's Introduction

UXReader PDF Framework for iOS


With the inclusion of PDFKit in iOS 11, this project is no longer supported or maintained. It is only here for historical reasons.


Introduction

The UXReader PDF Framework for iOS is a fully open-source iOS PDF Framework based on the open-source PDFium library.

Features

  • Document searching (with options).
  • Single page horizontal and vertical scrolling.
  • Double page horizontal and vertical scrolling.
  • Right to Left and Left to Right UI and document presentation.
  • Table of Contents (aka PDF outline or bookmark) extraction.
  • Page text extraction (by co-ordinates or character index).
  • Page links (goto page and URL).
  • Page labels ("Cover", "i", "ii", etc).
  • Document metadata extraction (Creator, etc).
  • Local NSURL, NSData and custom document data sources.
  • Experimental remote NSURL document data source.
  • Custom overlay rendering object support (watermarking).
  • Opening password protected documents.
  • Device rotation and all orientations.

Notes

The code is universal, written in Objective-C++ (works with Swift or plain Objective-C) and does not require storyboards or NIBs (all UI elements are generated in code with graphics resources bundled in the framework). It runs on iPad, iPhone and iPod touch with iOS 9.0 and up and is ready to be fully internationalized.

Please see the HOWTO for getting started and the sample Reader project on how to use the UXReader framework (class and method documentation is still on the todo list).

Contact Info

Email: joklamcak(at)gmail(dot)com

Twitter: @joklamcak

License

This code has been made available under the MIT License.

Screens

iPad1 iPad2 iPad3 iPad4 iPad5

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.