ZedAI to EPUB 3 
Transforms a ZedAI (DAISY 4 XML) document into an EPUB 3 publication.
Synopsis 
  
  
  Outputs 
  
  Options 
  
Enable TTS log
Whether or not to make the TTS log available.
Whether or not to make the TTS log available.
The TTS log contains a great deal of additional information that is not present in the main job log
and that is helpful for troubleshooting. Most of the log entries concern particular chunks of text
of the input document.
The default can be changed using the
org.daisy.pipeline.tts.log
 
Possible values : true or false
Default value : p:system-property('d:org.daisy.pipeline.tts.log')
 
Style sheets
A list of CSS style sheets to take into account.
A list of CSS style sheets to take into account.
Must be a space separated list of URIs, absolute or relative to the input.
Style sheets specified through this option are called “user style
sheets ”. Style sheets can also be attached to the
 
Possible values : <anyURI> 
Default value : 
 
 
  
 
  Usage: dp2 [GLOBAL_OPTIONS] zedai-to-epub3 [OPTIONS]
Options: 
  
--tts-config tts-config 
 
Configuration file for text-to-speech.
 
 
--source source 
 
Input ZedAI. 
 
--include-tts-log [include-tts-log ] 
Enable TTS log (default: p:system-property('d:org.daisy.pipeline.tts.log') 
 
--_:stylesheet [_:stylesheet ] 
Style sheets (default:  
 
-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