1EPUB-FIX(1) calibre EPUB-FIX(1)
2
3
4
6 epub-fix - part of calibre
7
9 epub-fix [options] file.epub
10
12 Fix common problems in EPUB files that can cause them to be rejected by
13 poorly designed publishing services.
14
15 By default, no fixing is done and messages are printed out for each
16 error detected. Use the options to control which errors are automati‐
17 cally fixed.
18
19 Whenever you pass arguments to epub-fix that have spaces in them,
20 enclose the arguments in quotation marks.
21
23 --version
24 show program's version number and exit
25
26 -h, --help
27 show this help message and exit
28
29 --unmanifested
30 Fix unmanifested files. epub-fix can either add them to the man‐
31 ifest or delete them as specified by the delete unmanifested
32 option.
33
34 --delete-unmanifested
35 Delete unmanifested files instead of adding them to the manifest
36
37 --epubcheck
38 Workarounds for bugs in the latest release of epubcheck. epub‐
39 check reports many things as errors that are not actually
40 errors. epub-fix will try to detect these and replace them with
41 constructs that epubcheck likes. This may cause significant
42 changes to your epub, complain to the epubcheck project.
43
45 The User Manual is available at http://calibre-ebook.com/user_manual
46
47 Created by Kovid Goyal <kovid@kovidgoyal.net>
48
49
50
51epub-fix (calibre 0.7.38) March 2011 EPUB-FIX(1)