Package org.apache.jmeter.util
Class Document
java.lang.Object
org.apache.jmeter.util.Document
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic StringgetTextFromDocument(byte[] document) Convert to text plain a lot of kind of document (like odt, ods, odp, doc(x), xls(x), ppt(x), pdf, mp3, mp4, etc.) with Apache Tika
- 
Constructor Details- 
Documentpublic Document()
 
- 
- 
Method Details- 
getTextFromDocumentConvert to text plain a lot of kind of document (like odt, ods, odp, doc(x), xls(x), ppt(x), pdf, mp3, mp4, etc.) with Apache Tika- Parameters:
- document- binary representation of the document
- Returns:
- text from document without format
 
 
-