com.aspose.html.Saving
Contents
[
Hide
]The com.aspose.html.Saving package is presented by data classes for description of specific save options at conversion/saving process.
Classes
Class | Description |
---|---|
DocSaveOptions | Specific 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. |
HTMLSaveOptions | Represents 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. |
ImageSaveOptions | Specific 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. |
MarkdownSaveOptions | Represents 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. |
MHTMLSaveOptions | Represents 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. |
PdfSaveOptions | Specific data class provides few properties to manage conversion result. For example PageSetup specifies page characteristics. Refer to documentation article. |
ResourceHandlingOptions | Represents resource handling options. |
SaveOptions | This is an abstract base class for classes that allow the user to specify additional options when saving a document into a particular format. |
XpsSaveOptions | Specific options data class provides few properties to manage conversion result. For example PageSetup specifies page characteristics. Refer to documentation article. |
Enumeration
Enumeration | Description |
---|---|
HTMLSaveFormat | Specifies format in which document is saved. You can find more info about saving HTMLDocument in article. |
MarkdownFeatures | A MarkdownFeatures flag set is a set of zero or more of the following flags, which are used to select elements converted to markdown. |
MarkdownFormatter | Specifies the way output will be formatted. |
ResourceHandling | This enum represents resource handling options. |
UrlRestriction | This enum represents restriction applied to URLs of processed resources. |