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 |
---|---|
HtmlSaveOptions.HtmlPageMarkupSavingStrategy |
HtmlSaveOptions.getCustomHtmlSavingStrategy()
Result of conversion can contain one or several HTML-pages You can assign to this property
delegate created from custom method that implements processing of one HTML-page(to be
accurately - markup-HTML, without external linked files if any) that was created during
conversion.
|
Modifier and Type | Method and Description |
---|---|
void |
HtmlSaveOptions.setCustomHtmlSavingStrategy(HtmlSaveOptions.HtmlPageMarkupSavingStrategy customHtmlSavingStrategy)
Result of conversion can contain one or several HTML-pages You can assign to this property
delegate created from custom method that implements processing of one HTML-page(to be
accurately - markup-HTML, without external linked files if any) that was created during
conversion.
|