epub-fix

epub-fix [options] file.epub

Fix common problems in EPUB files that can cause them to be rejected by poorly designed publishing services.

By default, no fixing is done and messages are printed out for each error detected. Use the options to control which errors are automatically fixed.

Whenever you pass arguments to epub-fix that have spaces in them, enclose the arguments in quotation marks.

[options]

--delete-unmanifested

Delete unmanifested files instead of adding them to the manifest

--epubcheck

Workarounds for bugs in the latest release of epubcheck. epubcheck reports many things as errors that are not actually errors. epub-fix will try to detect these and replace them with constructs that epubcheck likes. This may cause significant changes to your epub, complain to the epubcheck project.

--help, -h

show this help message and exit

--unmanifested

Fix unmanifested files. epub-fix can either add them to the manifest or delete them as specified by the delete unmanifested option.

--version

show program’s version number and exit


Table Of Contents

Previous topic

ebook-viewer

Next topic

fetch-ebook-metadata

This Page