Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.PDF for Java library
which are either directly in it like Document or indirectly through several
subpackages. |
Modifier and Type | Method and Description |
---|---|
LoadOptions.ResourceLoadingStrategy |
HtmlLoadOptions.getCustomLoaderOfExternalResources()
Sometimes it's necessary to avoid usage of internal loader of external resources(like images
or CSSes) and supply custom method that will get requested resources from somewhere.
|
Modifier and Type | Method and Description |
---|---|
void |
HtmlLoadOptions.setCustomLoaderOfExternalResources(LoadOptions.ResourceLoadingStrategy customLoaderOfExternalResources)
Sometimes it's necessary to avoid usage of internal loader of external resources(like images
or CSSes) and supply custom method that will get requested resources from somewhere.
|