ReadTextDocument
Extracts readable text from OpenDocument Text .odt files.
Last updated
Was this helpful?
Extracts readable text from OpenDocument Text .odt files.
Task version: 1.0.0
Required Frends version: 5.7+
Required .NET version: 8.0
Compatible Agents: Crossplatform
FilePath : String
Full path of the target .odt file to be read.
Default: -
Example: c:\temp\foo.odt
ThrowErrorOnFailure : Boolean
Whether to throw an error on failure.
Default: True
Example: true
ErrorMessageOnFailure : String
Overrides the error message on failure.
Default: -
Example: Custom error message
Success : Boolean
Indicates if the task completed successfully.
Example: true
Content : String
Single string containing all extracted text from .odt file.
Example: Extracted example content from ODF text document
Error : Error
Error that occurred during task execution.
Example: object { string Message, Exception AdditionalInfo }
Changelog for Task Frends.Odf.ReadTextDocument.
Initial implementation
Last updated
Was this helpful?
Was this helpful?

