XML Configuration Reference : Connector : ConvertDocumentOutputSettings
 
ConvertDocumentOutputSettings
com.exalead.mercury.mami.convert.v10.ConvertDocumentOutputSettings
Configuration of convert outputs handling. Parameters to tune conversion outputs.
Parent elements:
com.exalead.mercury.mami.convert.v10.ConvertConfig (as ConvertConfig)
Attributes:
Name
Type
Default value
Description
maxSizeKB
int
-1
Default maximum size in bytes for converted documents. The default is -1 which means no limit. Note: This setting defines the process default value, which can be overridden for each conversion command.
maxConvertedPagesForXmlOutput
int
-1
Default maximum number of document pages to be converted into xml. The default is -1 which means no limit. The definition of a page is tightly linked to document type: (pdf page, doc page, etc) Note: This setting defines the process default value, which can be overridden for each conversion command.
maxConvertedPagesForHtmlOutput
int
-1
Default maximum number of document pages to be converted into html. The default is -1 which means no limit. The definition of a page is tightly linked to document type: (pdf page, doc page, etc) Note: This setting defines the process default value, which can be overridden for each conversion command.