You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,10 @@ Files can be converted through a GUI menu and optionally as FileType hook for au
6
6

7
7

8
8
9
-
DjVU files are best for rendering large image-based documents (100+ pg. black-and-white-scaned archive-books) on markup-ebook readers with sub-300MiB memory and sub-2GiB storage capacities.
10
-
The community-made Kindle readers kindlepdfviewer & koreader support DjVu files and can deliver noticable speed increase over PDF originals of such documents.
11
-
Some massive 1000+ page books can only be read unsplit on these devices in DjVu format.
9
+
DjVU format is ideal for reading large black & white scanned Google Books on E-Readers with >300MB RAM and >2GB flash.
10
+
Big 100+ page books scanned into PDF format usually slow these devices' built-in software to a halt.
11
+
12
+
To read DJVU files on the Kindle, I suggest koreader/koreader.
12
13
13
14
PDF is still better for vector/markup based "ebooks" so this plugin will not try to convert documents it detects having less than 1 raster image per page.
14
15
@@ -26,6 +27,8 @@ Installation
26
27
```calibre-debug -R djvumaker install_deps```
27
28
3. (Re)start Calibre and start converting your PDF books!
28
29
30
+
4. [Optional] go to Preferences -> Interface::Toolbars so you can place the DJVU menu where you see fit.
31
+
29
32
Under the Hood
30
33
---
31
34
There are a few implementations of DjVU tools in the wild, but the fastest and most robust free one is the DjVuLibre suite and its Ghostscript plugin "GsDjvu".
0 commit comments