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 TypeMethodDescriptionvoid
after()
void
before
(ExtractByOutlineParameters parameters, TaskExecutionContext executionContext) void
execute
(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:
before
in interfaceTask<ExtractByOutlineParameters>
- Overrides:
before
in classBaseTask<ExtractByOutlineParameters>
- Throws:
TaskException
-
execute
- Throws:
TaskException
-
after
public void after()
-