Package | Description |
---|---|
com.qoppa.office |
This package contains the main classes to load and convert MS Word documents.
|
Constructor and Description |
---|
PowerPointDocument(InputStream inputStream,
PowerPointConvertOptions opts)
Load a PowerPoint document from a stream - with convert options.
|
PowerPointDocument(String filePath,
PowerPointConvertOptions opts)
Load a PowerPoint document from a file - with convert options.
|