HtmlLoadOptions
Overview
HtmlLoadOptions is a class in Aspose.Pdf FOSS for Java.
Options for loading an HTML document into a PDF document.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
pageInfo | PageInfo | Read | Gets the page layout information for the resulting PDF. |
basePath | String | Read | Gets the base path for resolving relative image and resource paths. |
disableFontLicenseVerifications | boolean | Read | Gets whether font license verifications are disabled during loading. |
Methods
| Signature | Description |
|---|---|
HtmlLoadOptions() | Creates a new {@code HtmlLoadOptions} with default settings. |
HtmlLoadOptions(basePath: String) | Creates a new {@code HtmlLoadOptions} with the specified base path. |
getPageInfo() → PageInfo | Gets the page layout information for the resulting PDF. |
setPageInfo(pageInfo: PageInfo) | Sets the page layout information for the resulting PDF. |
getBasePath() → String | Gets the base path for resolving relative image and resource paths. |
setBasePath(basePath: String) | Sets the base path for resolving relative image and resource paths. |
isDisableFontLicenseVerifications() → boolean | Gets whether font license verifications are disabled during loading. |
setDisableFontLicenseVerifications(disable: boolean) | Sets whether to disable font license verifications during loading. |