send link to app

〔19th〕 Industrial Property Law Commentary Reader app for iPhone and iPad


4.4 ( 6944 ratings )
Reference Book
Developer: Catalystwo Limited
Free
Current version: 0.16.7, last update: 6 years ago
First release : 02 Dec 2016
App size: 37.68 Mb

The pdf file “工業所有権法逐条解説” is supplied by the Japanese Patent Office for downloading with free of charge.
This pdf describes the official view from JPO for each article as commentaries.

Browsing it in iBooks causes some problems.
- Opening the document is slow especially iBook is used to read other books.
- When a user wants to read a particular article, the user has to find it manually .
- Highlighting is not available for PDFs.

This application is based on PDF reader “https://github.com/vfr/Reader”, which renders PDF by using CoreGraphicis PDF library. However, CoreGraphics PDF library does not have search functionality. They only supplies low level APIs.

To solve these issues, we have built the search index file on Mac by using Quartz’ PDF library. The search index is bundled with the app that has been shipped.

The search index file has been built with Ream Swift.
Ream Swift is built to go well with Swift. Fetching query/sorting is described as Swift Array’s chaining.
e.g.
let sortedDogs = realm.objects(Dog.self).filter("color = tan AND name BEGINSWITH B").sorted(byProperty: "name")

It needed to be careful that the resulted collection is ‘lazily’ instantiated and actual fetching occurs when accessing attributes.

The Realm file is synchronised across devices via iCloud Documents.


Other considerations
Some Japanese characters in this pdf were re-compiled when making the search index.
For example, the letter が (U+304B U+3099) is used in the original PDF, which is coded as か (U+304B) and a phonetic accent mark ゙ (U+3099). They are converted to more common single letter が (U+304C) in the search index.

To not violate the copyright law, users need to download the original PDF by themselves to install.
Creating search index for the analysing purpose is an exception to the copyright law.

This app is based on PDF reader “https://github.com/vfr/Reader”, with original overlay feature, such as highlighting, text selection. The text selection UI is consists of original “vertical magnifying glass” with draggable knobs.

The project is built on Swift/Objective-C with DDD+MVVC, including 4000 lines of original Swift code and 800 lines of original ObjC codes (measured with CLOC).

Acknowledgement:
https://github.com/vfr/Reader


ーーーーーーーーーーーーー

書籍『工業所有権法(産業財産権法)逐条解説』〔第19版〕(一般社団法人発明推進協会発行)(青本)のPDF版を手軽に読むことができる 青本 ビューワ アプリ です。
•高速起動
•高速全文検索
•目的の条文に瞬時にジャンプ
•ハイライト&メモ書き
•iPhoneでもiPadでも。
•「法令ブラウザ」アプリとリンク

まずはじめに『工業所有権法(産業財産権法)逐条解説』の全文版PDFをダウンロードしてアプリケーションに読み込ませる必要があります(無料)。
Safariで当該PDFをダウンロード(表示)させた後、左上の「その他…」or「次の方法で開く…」をタップし、「iCloud Driveに追加」を選択して保存します。
その後、本アプリで読み込みます。
読み込まれたPDFファイルはアプリ内部に保存されますので、iCloud Driveに保存さたファイルは削除して構いません。

Acknowledgements
https://github.com/vfr/Reader