Step 3: HTML Export Keys

--htmlAuthor

  • Specifies the name of the author of the HTML document.
Key Parameters Default
-ha name empty string
–htmlAuthor

--htmlKeepLines

  • Retains the original lines in recognised text during export.
Key Parameters Default
-hkl no
–htmlKeepLines

--htmlSeparatePages

  • If several pages are exported to HTML format, the
    tag is inserted between pages which makes browser draw a horizontal rule.
Key Parameters Default
-hp no
–htmlSeparatePages

--htmlSkipPictures

  • Pictures and references to them will not be saved to the resultant HTML file.
Key Parameters Default
-hsp no
–htmlSkipPictures

--htmlUseUnicode

  • Uses Unicode when writing recognised text into the HTML file.
Key Parameters Default
-huu no
–htmlUseUnicode

--htmlReleaseTextAndBackgroundcolor

  • Original colors of text and background will not be retained when exporting recognised text to HTML format.
Key Parameters Default
-hrc no
–htmlReleaseTextAndBackgroundcolor

--htmlKeywords

  • Specifies the keywords of the HTML document.
Key Parameters Default
-hk keywords empty string
–htmlKeywords

--htmlSynthesisMode

  • Specifies the mode of synthesis of HTML code from the recognised text.
Key Parameters Default
-hsm PlainText
The recognised text will be divided only into paragraphs by

tags.
FormattedStream
Paragraphs and fonts of the original document will be retained in the output HTML file. The

tag is used.
PageLayout
The full source page layout will be retained by using table.

PageLayout
–htmlSynthesisMode

--htmlVersion

  • Specifies the HTML version used for export. Export may be done to HTML 3.2 files that can be viewed by old browsers, HTML 4.0 files that can be viewed by new browsers or to an HTML file of a compromise format that is suitable for different types of browser.
Key Parameters Default
-hfm Format32
Simple format using the HTML 3.2 standard.
Format40
Full format using the HTML 4.0 standard.
TwoFormats32_40
Both formats (Simple and Full) are saved to the same file.
Format40
–htmlVersion

--htmlCodePageType

  • The code page of the export file will be determined automatically. The value of this property is valid only when exporting non-Unicode text and the -hcp key doesn't specify any code page.
Key Parameters Default
-hcpt ANSI
ANSI code page.
OEM
OEM code page.
Macintosh
Macintosh code page.
ISO
ISO code page.
ANSI
–htmlCodePageType

--htmlCodePage

  • Specifies the code page which will be used for exporting recognised text. The value of this property is valid when exporting non-Unicode text. If this key doesn't specify any code page (Null), the code page is selected automatically by using the -hcpt key value.
Key Parameters Default
-hcp predefined Code Page Null
–htmlCodePage

--htmlPictureFormat

  • Specifies the image format to be used during export to HTML; images are saved to separate files.
Key Parameters Default
-hpf Automatic
Jpegcolor
JpegGray
PngBlackWhite
Pngcolor
PngGray
(see descriptions in ExportPictureFormatEnum)
Automatic
–htmlPictureFormat

--htmlPictureResolution

  • Specifies the picture resolution in dpi that is used for exporting pictures into HTML format.
Key Parameters Default
-hpr picture resolution in dpi 72
–htmlPictureResolution

--htmlQuality

  • Specifies the value of the JPEG quality, percents, for color pictures saved to HTML format in percent.
Key Parameters Default
-hq JPEG quality in percent 50
–htmlQuality

--htmlSubject

  • Specifies the subject of the HTML document.
Key Parameters Default
-hs subject empty string
–htmlSubject

--htmlTitle

  • Specifies the title of the HTML document.
Key Parameters Default
-ht title empty string
–htmlTitle
  • Export keys for both HTML and RTF formats:
Key Parameters Default Description
-rtn –retainLayout
no Retains the full Page Layout
-sp –skipPictures
no Pictures will not be saved to the resulting file
  • Note. Full keys are marked by italic.