java.lang.Object
org.sejda.model.task.BaseTask<SplitByOutlineLevelParameters>
org.sejda.impl.sambox.SplitByOutlineLevelTask
- All Implemented Interfaces:
Task<SplitByOutlineLevelParameters>
Task splitting an input pdf document on a set of pages given by an outline level defined in the input parameter.
- Author:
- Andrea Vacondio
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafter()voidbefore(SplitByOutlineLevelParameters parameters, TaskExecutionContext executionContext) voidexecute(SplitByOutlineLevelParameters parameters) Methods inherited from class org.sejda.model.task.BaseTask
executionContext
-
Constructor Details
-
SplitByOutlineLevelTask
public SplitByOutlineLevelTask()
-
-
Method Details
-
before
public void before(SplitByOutlineLevelParameters parameters, TaskExecutionContext executionContext) throws TaskException - Specified by:
beforein interfaceTask<SplitByOutlineLevelParameters>- Overrides:
beforein classBaseTask<SplitByOutlineLevelParameters>- Throws:
TaskException
-
execute
- Throws:
TaskException
-
after
public void after()
-