public class DocumentRenderer extends Object
| Constructor and Description |
|---|
DocumentRenderer() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
createDocument(String content,
String fileName,
String fileExtension) |
boolean |
createExcelDocument(String content,
String fileName) |
boolean |
createImageDocument(String content,
String fileName) |
boolean |
createPDFDocument(String content,
String fileName) |
boolean |
createPowerPointDocument(String content,
String fileName) |
void |
read(InputStream is,
OutputStream os) |
public void read(InputStream is, OutputStream os) throws Exception
ExceptionCopyright © 2003–2016 eXo Platform SAS. All rights reserved.