Site Tools


hardwarerelated:kindle_paperwhite

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
hardwarerelated:kindle_paperwhite [2019/05/07 07:02] chrishardwarerelated:kindle_paperwhite [2024/03/03 11:54] (current) chris
Line 1: Line 1:
 +===== What? =====
 +Things around the kindle paperwhite.
 +{{:hardwarerelated:20131226_1910_kindle_paperwhite_vertical_japanese_aozora_small.jpg?nolink&450| }}
  
 +===== reading Japanese content on the paperwhite =====
 +Reading Japanese in traditional style, vertically from top to down, is possible. Calibre does not support this. With PDF it is possible to read Japanese vertically, but marking Kanji and looking them up in the dictionary does not work. The following procedure produces .mobi files, appropriate for reading and marking.
 +
 +As input, UTF8 textfiles can be used. Or the .zip files obtained from aozora/青空, a library with free Japanese content, kind of Japanese "project gutenberg". The following method provides these benefits:
 +
 +  - get the Aozora pub software and extract it: https://www18.atwiki.jp/hmdev/pages/21.html (here AozoraEpub3-1.1.0b32.zip)
 +  - get the kindlegen software and extract it in the same directory: https://www.amazon.com/gp/feature.html?docId=1000765211 (here using kindlegen_linux_2.6_i386_v2_9.tar.gz onf Fedora19 64bit)
 +  - start aozora: "java -jar AozoraEpub3.jar" (here OpenJDK is used, java-1.7.0-openjdk)
 +  - select ".mobi" as output format
 +  - now select the input file and get the .mobi file generated
 +    - obtain a data file from Aozora, for example https://www.aozora.gr.jp/cards/000311/files/4167_ruby_14660.zip . For these, input type MS932 should be configured.
 +    - or use a UTF8 textfile with your content as input
 +
 +===== displaying vertical japanese text, method 1 =====
 +Getting UTF8 txt files displayed on the paperwhite and beeing able to use the japanese->japanese dictionary:
 +  * Get the 「青P」(aop) software, its shareware. The previous website offering it disappeared..
 +  * start it using "java -jar AOP3.jar" (openjdk from Fedora19 64bit works)
 +  * configure input file, UTF8
 +  * configure the 3 fonts, i.e. "/usr/share/fonts/sazanami/mincho/sazanami-mincho.ttf" from package sazanami-mincho-fonts. Those have to be embedded in the pdf file.
 +  * as font sizes, configure 30, 7.5 and 10
 +  * in tab テキスト configure custom resolution of the paperwhite: 758x1024
 +  * then a PDF file can be generated
 +    * **cons:** generated PDF is not nice to read on the paperwhite
 +    * **pros:** but text can be marked and looked up in the dictionary
 +
 +
 +===== further software =====
 +  * OCRmyPDF https://github.com/jbarlow83/OCRmyPDF
 +  * "OCRmyPDF -l deu german_input.pdf output.pdf" creates a textlayer in output.pdf for cut and pasting
 +  * https://github.com/jrfonseca/jmdict-kindle -- free japanese->english dictionary