| Class | Description |
|---|---|
| AddBackPagesTask |
A task that adds one or more back pages to an existing set of PDF documents every 'n' pages
|
| AlternateMixTask |
SAMBox implementation of the AlternateMix task performing the mix of two given
PdfMixInputs. |
| AttachmentsCollectionTask |
SAMBox implementation for a task that creates a collection of attachments from a list of PDF documents.
|
| CombineReorderTask |
SAMBox implementation of a task that allows combining multiple pdf sources, allowing reordering of the pdf pages regardless of the ordering in the original sources.
|
| DecryptTask |
SAMBox implementation of a task performing decrypt of a list of encrypted
PdfSource |
| EncryptTask |
SAMBox implementation of a task performing encryption of the input
PdfSource list using input parameters. |
| ExtractByOutlineTask |
Extract chapters to separate documents based on the bookmarks in the outline
|
| ExtractPagesTask |
SAMBox implementation of the task responsible for extracting pages from a given pdf document.
|
| JpegToPdfTask |
SAMBox implementation of a task that converts a list of jpg sources into a PDF file
|
| MergeTask |
SAMBox implementation of the Merge task that merges together a number of documents or part of them.
|
| PdfToExcelTask | |
| PdfToMultipleImageTask<T extends AbstractPdfToMultipleImageParameters> |
SAMBox implementation of a task which converts a pdf document to a collection of images, one image per page.
|
| PdfToSingleImageTask<T extends AbstractPdfToSingleImageParameters> |
SAMBox implementation of a task which converts a pdf document to an image format that supports multiple images into a single image.
|
| ResizePagesTask |
SAMBox implementation of a task that can resize pages or add page margins
|
| RotateTask |
SAMBox implementation of a task performing pages rotation on a list of
PdfSource. |
| ScaleTask |
SAMBox implementation of a task that can bulk scale pages or a pages content
|
| SetHeaderFooterTask |
SAMBox implementation of a task adding header or footer labels to pages
|
| SetMetadataTask |
SAMBox implementation of a task setting metadata on an input
PdfSource. |
| SetPagesLabelTask |
SAMBox implementation of a task that applies page labels to a given document
|
| SetPagesTransitionTask |
SAMBox implementation of a task that applies pages transitions to an input document.
|
| SplitByOutlineLevelTask |
Task splitting an input pdf document on a set of pages given by an outline level defined in the input parameter.
|
| SplitByPageNumbersTask<T extends AbstractSplitByPageParameters> |
Task splitting an input pdf document on a set of pages defined in the input parameter object.
|
| SplitBySizeTask |
Task splitting an input pdf document when the generated document reaches a given size.
|
| UnpackTask |
SAMBox implementation of a task that unpacks files attached to a collection of input documents.
|
| ViewerPreferencesTask |
SAMBox implementation of a task setting viewer preferences on a list of
PdfSource. |
| WatermarkTask |
SAMBox implementation of a task applying a watermark to a list of
PdfSource, to every page or a subset of them. |
Copyright © 2019 sejda. All rights reserved.