Interface | Description |
---|---|
MergeInput |
Marker interface for merge task input types
|
PdfSource<T> |
A pdf source that can be used as input for a pdf manipulation.
|
PdfSourceOpener<T> |
Double Dispatch interface to open a
PdfSource . |
Source<T> |
source that can be used as input for a pdf manipulation.
|
SourceDispatcher<T> |
Double dispatch
|
Class | Description |
---|---|
AbstractPdfSource<T> |
Skeletal implementation for a pdf input source.
|
AbstractSource<T> |
Skeletal implementation for an input source.
|
FileIndexAndPage |
A page and the associated file, referenced by its index in the sources list.
|
FileSource |
A
File source |
ImageMergeInput |
Image input file for the merge task.
|
PdfFileSource |
AbstractPdfSource from a File |
PdfMergeInput |
Model for a input source for a merge task.
|
PdfMixInput |
Model representation of a input parameter for the Alternate Mix task.
|
PdfStreamSource |
AbstractPdfSource from a InputStream |
PdfURLSource |
AbstractPdfSource from a URL |
StreamSource |
A
InputStream source |
Copyright © 2019 sejda. All rights reserved.