WebConvertOptions class

WebConvertOptions class

Options for conversion to Web file type.

Inheritance: WebConvertOptionsCommonConvertOptionsConvertOptionsValueObject

The WebConvertOptions type exposes the following members:

Constructors

Constructor Description
init Initializes new instance of WebConvertOptions class.

Properties

Property Description
format Overrides the Format property to ensure it is of type WebFileType.
watermark Implements IWatermarkedConvertOptions.watermark
page_number Implements IPagedConvertOptions.page_number
pages_count Implements IPagedConvertOptions.pages_count
pages Implements IPageRangedConvertOptions.pages
use_pdf If true, the input firstly is converted to PDF and after that to desired format
fixed_layout If true fixed layout will be used e.g. absolutely positioned html elements
Default: true
fixed_layout_show_borders Show page borders when converting to fixed layout. Default is True.
zoom Specifies the zoom level in percentage. Default is 100.
embed_font_resources Specifies whether to embed font resources within the main HTML. Default is false.
Note: If FixedLayout is set to true, font resources will always be embedded.

Methods

Method Description
equals Determines whether two object instances are equal.
clone Clones current options instance.

See Also