HtmlLoadOptions

HtmlLoadOptions

Overview

HtmlLoadOptions is a class in Aspose.Pdf FOSS for Java.

Options for loading an HTML document into a PDF document.

Properties

NameTypeAccessDescription
pageInfoPageInfoReadGets the page layout information for the resulting PDF.
basePathStringReadGets the base path for resolving relative image and resource paths.
disableFontLicenseVerificationsbooleanReadGets whether font license verifications are disabled during loading.

Methods

SignatureDescription
HtmlLoadOptions()Creates a new {@code HtmlLoadOptions} with default settings.
HtmlLoadOptions(basePath: String)Creates a new {@code HtmlLoadOptions} with the specified base path.
getPageInfo()PageInfoGets the page layout information for the resulting PDF.
setPageInfo(pageInfo: PageInfo)Sets the page layout information for the resulting PDF.
getBasePath()StringGets 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()booleanGets whether font license verifications are disabled during loading.
setDisableFontLicenseVerifications(disable: boolean)Sets whether to disable font license verifications during loading.

See Also