public class RTFToText extends Object
| Constructor and Description |
|---|
RTFToText() |
| Modifier and Type | Method and Description |
|---|---|
static Reader |
toTextAsReader(InputStream document)
Parse document as RTF and return as Reader.
|
static String |
toTextAsString(InputStream document)
Parse document as RTF and return as String.
|
public static Reader toTextAsReader(InputStream document) throws org.openmdx.base.exception.ServiceException
document - IOExceptionBadLocationExceptionorg.openmdx.base.exception.ServiceExceptionpublic static String toTextAsString(InputStream document) throws org.openmdx.base.exception.ServiceException
document - IOExceptionBadLocationExceptionorg.openmdx.base.exception.ServiceExceptionThis software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.