- All Implemented Interfaces:
Task<MergeParameters>
SAMBox implementation of the Merge task that merges together a number of documents or part of them.
- Author:
- Andrea Vacondio
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafter()voidbefore(MergeParameters parameters, TaskExecutionContext executionContext) voidexecute(MergeParameters parameters) Methods inherited from class org.sejda.model.task.BaseTask
executionContext
-
Constructor Details
-
MergeTask
public MergeTask()
-
-
Method Details
-
before
public void before(MergeParameters parameters, TaskExecutionContext executionContext) throws TaskException - Specified by:
beforein interfaceTask<MergeParameters>- Overrides:
beforein classBaseTask<MergeParameters>- Throws:
TaskException
-
execute
- Throws:
TaskException
-
after
public void after()
-