An open API service indexing awesome lists of open source software.

https://github.com/hackinggate/pdf-reader

An iOS PDF reader app using Apple PDFKit and Document-based (No longer available on App Store)
https://github.com/hackinggate/pdf-reader

ios ios11 pdfkit wwdc2017

Last synced: 10 months ago
JSON representation

An iOS PDF reader app using Apple PDFKit and Document-based (No longer available on App Store)

Awesome Lists containing this project

README

          

# PDF-Reader
[![GitHub license](https://img.shields.io/github/license/HackingGate/PDF-Reader.svg)](https://github.com/HackingGate/PDF-Reader/blob/master/LICENSE)

A Document Based App using Apple PDFKit

[![App_Store_Badge_White](https://hackinggate.com/images/App_Store_Badge_White.svg)](https://apps.apple.com/app/id1330895464)

## Requirements

- iOS 11.3
- Swift 5
- Xcode 12.4

## Build

Install [AlternateIcons](https://github.com/alexaubry/alternate-icons)

```sh
git clone https://github.com/alexaubry/alternate-icons.git
cd alternate-icons
make
make install
```

## Interface Localization

The app interface is localized in different Asian languages.

- Simplified Chinese (China)
- Traditional Chinese (Taiwan)
- Traditional Vernacular Written Cantonese (Hong Kong)
- Standard Japanese (Japan)
- Korean (South Korea)

In case if you don't know what Vernacular Cantonese is. See this Reddit comment.
https://reddit.com/r/Cantonese/s/eAq6kea8j3

Traditional Chinese used in China, Hong Kong, and Taiwan are different.
(e.g. USB flash drive is "U盤", "USB手指", and "隨身碟" in different Traditional Chinese languages.)
And Vernacular Written Cantonese is different from Standard Written Chinese in Hong Kong.

The goal of this app is trying to provide a localized experience as much as possible. (EXPERIMENT)

## Acknowledgement

#### HGPDFKit
Website: https://github.com/HackingGate/HGPDFKit
License: [MIT](https://github.com/HackingGate/HGPDFKit/blob/master/LICENSE)

#### alternate-icons
Website: https://github.com/alexisakers/alternate-icons
License: [MIT](https://github.com/alexisakers/alternate-icons/blob/master/LICENSE)