Package org.apache.jmeter.util
Class Document
java.lang.Object
org.apache.jmeter.util.Document
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getTextFromDocument
(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
-
Document
public Document()
-
-
Method Details
-
getTextFromDocument
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- Parameters:
document
- binary representation of the document- Returns:
- text from document without format
-