Quote:
Originally Posted by SomeNewGuy
OK I have one problem. I guess I need more help with this. I don`t think that I still know how this works. I started the RUN and typed epub-fix -h, but it`s didn`t fixed it. I just need for the ePUB to pass validation, just that. If there is any other way, I`ll try it.
|
epub-fix -h just gives you help on how to use it. It doesn't fix anything until you specify the book to be fixed. If you ran it directly from the run command, it would have given the help and closed immediately.
Here's what it would have said:
Code:
Usage: epub-fix.exe [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 detect
ed. Use the options to control which errors are automatically fixed.
Whenever you pass arguments to epub-fix.exe that have spaces in them, enclose the arguments in quotation marks.
Options:
--version show program's version number and exit
-h, --help 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.
--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.
Created by Kovid Goyal <kovid@kovidgoyal.net>