Close
dtSearch Engine API for Java
FileConverter.setOutputStringMaxSize Method
Syntax
Java
public void setOutputStringMaxSize(int newOutputStringMaxSize);

Conversion output can be directed to a string or to a disk file. For string output, use setOutputStringMaxSize to set the maximum size of the output string, and getOutputString after conversion to access the result.