- All Superinterfaces:
TaskParameters
- All Known Implementing Classes:
AbstractPdfToSingleImageParameters
,AlternateMixMultipleInputParameters
,BaseMergeParameters
,MergeParameters
,MultiplePdfSourceSingleOutputParameters
,MultipleSourceSingleOutputParameters
,PdfToSingleTiffParameters
,SetPagesLabelParameters
,SetPagesTransitionParameters
,SinglePdfSourceSingleOutputParameters
A
TaskParameters
parameter whose execution result in a single output pdf document.- Author:
- Andrea Vacondio
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setOutput
(SingleTaskOutput output) Sets the output destinationMethods inherited from interface org.sejda.model.parameter.base.TaskParameters
getExistingOutputPolicy, isLenient, setExistingOutputPolicy, setLenient
-
Method Details
-
getOutput
SingleTaskOutput getOutput()- Specified by:
getOutput
in interfaceTaskParameters
- Returns:
- output destination where the result of the manipulation is placed
-
setOutput
Sets the output destination- Parameters:
output
-
-