DTBook to HTML
Transforms DTBook XML into HTML.
Synopsis
Reports
Outputs
Options
-
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
-
Language code
Language code of the input document.
Possible values: Any <string>
Default value:
-
NIMAS input
Whether the input DTBook is a NIMAS 1.1-conformant XML content file.
Possible values: true
or false
Default value: false
-
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: abort
Usage: dp2 [GLOBAL_OPTIONS] dtbook-to-html [OPTIONS]
Options:
--source source
|
One or more DTBook files to be transformed. In the case of multiple files, a merge will be performed. |
--_:chunk-size [_:chunk-size] |
Chunk size (default: -1 ) |
--language [language] |
Language code (default: ) |
--nimas [nimas] |
NIMAS input (default: false ) |
--validation [validation] |
Validation (default: abort ) |
-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 |