java.lang.Object
org.sejda.model.task.BaseTask<ExtractByOutlineParameters>
org.sejda.impl.sambox.ExtractByOutlineTask
- All Implemented Interfaces:
Task<ExtractByOutlineParameters>
Extract chapters to separate documents based on the bookmarks in the outline
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafter()voidbefore(ExtractByOutlineParameters parameters, TaskExecutionContext executionContext) voidexecute(ExtractByOutlineParameters parameters) Methods inherited from class org.sejda.model.task.BaseTask
executionContext
-
Constructor Details
-
ExtractByOutlineTask
public ExtractByOutlineTask()
-
-
Method Details
-
before
public void before(ExtractByOutlineParameters parameters, TaskExecutionContext executionContext) throws TaskException - Specified by:
beforein interfaceTask<ExtractByOutlineParameters>- Overrides:
beforein classBaseTask<ExtractByOutlineParameters>- Throws:
TaskException
-
execute
- Throws:
TaskException
-
after
public void after()
-