public static class Convert.EPUBOutputOptions
extends java.lang.Object
Constructor and Description |
---|
EPUBOutputOptions()
Creates an EPUBOutputOptions object with default settings
|
Modifier and Type | Method and Description |
---|---|
void |
setExpanded(boolean expanded)
Create the EPUB in expanded format.
|
void |
setReuseCover(boolean reuse)
Set whether the first content page in the EPUB uses the cover image or not.
|
public EPUBOutputOptions()
public void setExpanded(boolean expanded) throws PDFNetException
expanded
- if false a single EPUB file will be generated, otherwise, the generated EPUB will be in unzipped (expanded) formatPDFNetException
public void setReuseCover(boolean reuse) throws PDFNetException
reuse
- if true the first page will simply be EPUB cover image, otherwise, the first page will be converted the same as the other pagesPDFNetException