com.aspose.html.Saving

The com.aspose.html.Saving package is presented by data classes for description of specific save options at conversion/saving process.

Classes

ClassDescription
DocSaveOptionsSpecific options data class. By assigning properties you can manage rendering characteristics such as resolution, page size, background color as well as doc specific options such as font embedding. More info see in documentation article.
HTMLSaveOptionsRepresents HTML save options. By assigning specific properties you can manage resource processing such as max handling depth and so on. More info see in documentation article.
ImageSaveOptionsSpecific options data class. It provides properties to manage image result resolution, smooting quality, format as well as page settings and etc. More info you can obtain in documentation article.
MarkdownSaveOptionsRepresents Markdown save options. For example, you can set markdown formatting style, use predefined GitLab Flavored Markdown compatible options and configurate resources handling. Refer to more info in article.
MHTMLSaveOptionsRepresents MHTML save options. By assigning specific properties you can manage resource processing such as max handling depth and so on. More info see in documentation article.
PdfSaveOptionsSpecific data class provides few properties to manage conversion result. For example PageSetup specifies page characteristics. Refer to documentation article.
ResourceHandlingOptionsRepresents resource handling options.
SaveOptionsThis is an abstract base class for classes that allow the user to specify additional options when saving a document into a particular format.
XpsSaveOptionsSpecific options data class provides few properties to manage conversion result. For example PageSetup specifies page characteristics. Refer to documentation article.

Enumeration

EnumerationDescription
HTMLSaveFormatSpecifies format in which document is saved. You can find more info about saving HTMLDocument in article.
MarkdownFeaturesA MarkdownFeatures flag set is a set of zero or more of the following flags, which are used to select elements converted to markdown.
MarkdownFormatterSpecifies the way output will be formatted.
ResourceHandlingThis enum represents resource handling options.
UrlRestrictionThis enum represents restriction applied to URLs of processed resources.