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
| 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. |
méthodes
| 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. |
Voir aussi
- Aspose.PDF pour Java — API d’entreprise