public static class

Convert.EPUBOutputOptions

extends Object
java.lang.Object
   ↳ com.pdftron.pdf.Convert.EPUBOutputOptions

Class Overview

A class containing options common to ToEpub functions

Summary

Public Constructors
EPUBOutputOptions()
Creates an EPUBOutputOptions object with default settings
Public Methods
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.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public EPUBOutputOptions ()

Creates an EPUBOutputOptions object with default settings

Public Methods

public void setExpanded (boolean expanded)

Create the EPUB in expanded format. Default is false.

Parameters
expanded if false a single EPUB file will be generated, otherwise, the generated EPUB will be in unzipped (expanded) format

public void setReuseCover (boolean reuse)

Set whether the first content page in the EPUB uses the cover image or not. If this is set to true, then the first content page will simply wrap the cover image in HTML. Otherwise, the page will be converted the same as all other pages in the EPUB. Default is false.

Parameters
reuse if true the first page will simply be EPUB cover image, otherwise, the first page will be converted the same as the other pages