DTBook to EPUB3
Converts multiple dtbooks to epub3 format
Synopsis
Outputs
Options
-
Enable text-to-speech
Whether to use a speech synthesizer to produce audio files.
Possible values: true
or false
Default value: false
-
Possible values: Any <string>
Default value: audio/mpeg
-
Language code
Language code of the input document.
Possible values: Any <string>
Default value:
-
Assert validity
Whether to stop processing and raise an error on validation issues.
Possible values: true
or false
Default value: true
-
Chunk size
The maximum size of HTML files in kB. Specify "-1" for no maximum.
The maximum size of HTML files in kB. Specify "-1" for no maximum.
Top-level sections in the DTBook become separate HTML files in the resulting EPUB, and are further
split up if they exceed the given maximum size.
Possible values: Any <integer>
Default value: -1
Usage: dp2 [GLOBAL_OPTIONS] dtbook-to-epub3 [OPTIONS]
Options:
--tts-config tts-config
|
Configuration file for the text-to-speech.
|
--source source
|
One or more DTBook files to be transformed. In the case of multiple files, a merge will be performed. |
--audio [audio] |
Enable text-to-speech (default: false ) |
--audio-file-type [audio-file-type] |
(default: audio/mpeg ) |
--language [language] |
Language code (default: ) |
--assert-valid [assert-valid] |
Assert validity (default: true ) |
--_:chunk-size [_:chunk-size] |
Chunk size (default: -1 ) |
-o,--output [OUTPUT] |
Path where to store the results. This option is mandatory when the job is not executed in the background |
-z,--zip |
Write the output to a zip file rather than to a folder |
-n,--nicename [NICENAME] |
Set job's nice name |
-r,--priority [PRIORITY] |
Set job's priority (high|medium|low) |
-q,--quiet |
Do not print the job's messages |
-p,--persistent |
Delete the job after it is executed |
-b,--background |
Sends the job and exits |