WebConvertOptions class

WebConvertOptions class

Represents options for conversion to Web file type.

The WebConvertOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of WebConvertOptions.

Properties

Property Description
embed_font_resources The flag that specifies whether to embed font resources within the main HTML. Default is False.
fixed_layout The fixed layout flag.
fixed_layout_show_borders The page borders are shown when converting to fixed layout. Default is True.
format The desired file type the input document should be converted to.
page_number The page number to start conversion from.
pages The list of page indexes to be converted; specify it to convert specific pages.
pages_count The number of pages to convert starting from PageNumber.
use_pdf The UsePdf property.
watermark The watermark specific options.
zoom The zoom level in percentage. Default is 100.

See Also