- All Implemented Interfaces:
Task<SplitBySizeParameters>
Task splitting an input pdf document when the generated document reaches a given size. This implementation doesn't allow to store the pdf document objects i Objects Stream.
- Author:
- Andrea Vacondio
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafter()voidbefore(SplitBySizeParameters parameters, TaskExecutionContext executionContext) voidexecute(SplitBySizeParameters parameters) Methods inherited from class org.sejda.model.task.BaseTask
executionContext
-
Constructor Details
-
SplitBySizeTask
public SplitBySizeTask()
-
-
Method Details
-
before
public void before(SplitBySizeParameters parameters, TaskExecutionContext executionContext) throws TaskException - Specified by:
beforein interfaceTask<SplitBySizeParameters>- Overrides:
beforein classBaseTask<SplitBySizeParameters>- Throws:
TaskException
-
execute
- Throws:
TaskException
-
after
public void after()
-