public class ExtractPlainProcess extends java.lang.Object implements WorkflowProcess
WorkflowProcess for extracting plain text from a Word document.
A workflow process that extracts all text from a Word document (.docx and .doc format) and adds it as a rendition.WorkflowProcess| Constructor and Description |
|---|
ExtractPlainProcess() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(WorkItem item,
WorkflowSession session,
MetaDataMap args)
Given a Word document, parse out any text and add it as a "plain" rendition.
|
public void execute(WorkItem item, WorkflowSession session, MetaDataMap args) throws WorkflowException
execute in interface WorkflowProcessitem - The WorkItem that defines the newly
started JavaProcessNew.session - The WorkflowSession
that is used for starting the WorkflowProcess.args - Process specific arguments can be passed hereWorkflowException - Thrown in case something goes wrong during execution."Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"