Tools, FAQ, Tutorials:
EpubCheck 4.0.2 --out Option
What is EpubCheck 4.0.2 "--out" Option?
✍: FYIcenter.com
EpubCheck 4.0.2 "--out" option allows you to generate an XML output file
containing all properties of the EPUB book.
You can try it on Hello-3.0.epub:
C:\fyicenter> java -jar epubcheck-4.0.2\epubcheck.jar --out Hello.xml Hello-3.0.epub No errors or warnings detected. epubcheck completed
Then check the XML output file:
C:\fyicenter>type Hello.xml
<?xml version="1.0" encoding="UTF-8"?>
<jhove xmlns="http://hul.harvard.edu/ois/xml/ns/jhove"
date="2016-11-29"
name="epubcheck"
release="4.0.2">
<date>2018-04-01T20:54:49-04:00</date>
<repInfo uri="Hello-3.0.epub">
<created>2018-04-01T17:06:18Z</created>
<lastModified>2018-04-01T00:00:00Z</lastModified>
<format>application/epub+zip</format>
<version>3.0.1</version>
<status>Well-formed</status>
<mimeType>application/epub+zip</mimeType>
<properties>
<property>
<name>CharacterCount</name>
<values arity="Scalar" type="Long">
<value>128</value>
</values>
</property>
<property>
<name>Language</name>
<values arity="Scalar" type="String">
<value>en-US</value>
</values>
</property>
...
⇒ EpubCheck 4.0.2 --json Option
⇐ EpubCheck 4.0.2 --usage Option
2018-06-01, ∼2361🔥, 0💬
Popular Posts:
How To Copy Array Values to a List of Variables in PHP? If you want copy all values of an array to a...
How to use the built-in "context" object in Policy expressions? The built-in "context" object can be...
What is EPUB 3.0 Metadata "dc:publisher" and "dc:rights" elements? EPUB 3.0 Metadata "dc:publisher" ...
How to search for the first match of a regular expression using re.search()? The re.search() functio...
How to add request URL Template Parameters to my Azure API operation 2017 version to make it more us...