HtmlLoadOptions

Vue de l’ensemble

HtmlLoadOptions est une classe dans Aspose.PDF FOSS pour Java.

Options pour télécharger un document HTML dans un fichier PDF.

Cette classe fournit 8 méthodes pour travailler avec des objets HtmlLoadOptions dans les programmes Java. Les méthodologies disponibles comprennent: HtmLoadoptions, getBasePath , getPageInfo ; ‘isDisableFontLicenseVerifications; setBosePat’, setsDisablesFonLiceVérification et SetsPagesInFO. Tous les membres publics sont accessibles à toute application Java après l’installation de l’Aspose.PDF FOSS pour le package Java . Propriétés : baseMap’, disableContactLicencesVertifications‘, ‘pageInf’.

Propriétés

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.

méthodes

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.

Voir aussi

  • Aspose.PDF pour Java — API d’entreprise
 Français