org.exoplatform.ecm.connector.platform
Class DocumentRenderer
java.lang.Object
org.exoplatform.ecm.connector.platform.DocumentRenderer
public class DocumentRenderer
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocumentRenderer
public DocumentRenderer()
createDocument
public boolean createDocument(String content,
String fileName,
String fileExtension)
createExcelDocument
public boolean createExcelDocument(String content,
String fileName)
createPowerPointDocument
public boolean createPowerPointDocument(String content,
String fileName)
createPDFDocument
public boolean createPDFDocument(String content,
String fileName)
createImageDocument
public boolean createImageDocument(String content,
String fileName)
read
public void read(InputStream is,
OutputStream os)
throws Exception
- Throws:
Exception
Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.