DAISY 3 to EPUB 3
Transforms a DAISY 3 publication into an EPUB 3 publication.
Synopsis
Outputs
Options
-
Include Media Overlays
Whether or not to include media overlays and associated audio files (true or false).
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
-
Validation
Whether to abort on validation issues.
Possible values: One of the following:
off
- No validation
report
- Report validation issues
abort
- Abort on validation issues
Default value: off
Usage: dp2 [GLOBAL_OPTIONS] daisy3-to-epub3 [OPTIONS]
Options:
--source source
|
The package file of the input DTB. |
--mediaoverlays [mediaoverlays] |
Include Media Overlays (default: true ) |
--_:chunk-size [_:chunk-size] |
Chunk size (default: -1 ) |
--validation [validation] |
Validation (default: off ) |
-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 |