| Package | Description |
|---|---|
| org.sejda.model.input | |
| org.sejda.model.parameter | |
| org.sejda.model.parameter.base | |
| org.sejda.model.parameter.image |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPdfSource<T>
Skeletal implementation for a pdf input source.
|
class |
PdfFileSource
AbstractPdfSource from a File |
class |
PdfStreamSource
AbstractPdfSource from a InputStream |
class |
PdfURLSource
AbstractPdfSource from a URL |
| Modifier and Type | Method and Description |
|---|---|
PdfSource<?> |
PdfMergeInput.getSource() |
PdfSource<?> |
PdfMixInput.getSource() |
| Constructor and Description |
|---|
PdfMergeInput(PdfSource<?> source) |
PdfMergeInput(PdfSource<?> source,
Set<PageRange> pageSelection) |
PdfMixInput(PdfSource<?> source)
Creates an instance with step of 1 reverse false
|
PdfMixInput(PdfSource<?> source,
boolean reverse,
int step) |
| Modifier and Type | Method and Description |
|---|---|
List<PdfSource<?>> |
UnpackParameters.getSourceList() |
List<PdfSource<?>> |
ExtractTextParameters.getSourceList() |
| Modifier and Type | Method and Description |
|---|---|
void |
UnpackParameters.addSource(PdfSource<?> input)
adds the input source to the source list.
|
void |
ExtractTextParameters.addSource(PdfSource<?> input)
adds the input source to the source list.
|
| Modifier and Type | Method and Description |
|---|---|
PdfSource<?> |
SinglePdfSourceTaskParameters.getSource() |
| Modifier and Type | Method and Description |
|---|---|
List<PdfSource<?>> |
MultiplePdfSourceTaskParameters.getSourceList() |
| Modifier and Type | Method and Description |
|---|---|
void |
MultiplePdfSourceTaskParameters.addSource(PdfSource<?> input)
adds the input source to the source list.
|
void |
SinglePdfSourceTaskParameters.setSource(PdfSource<?> source)
Set the source for this parameter.
|
| Modifier and Type | Method and Description |
|---|---|
PdfSource<?> |
AbstractPdfToImageParameters.getSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPdfToImageParameters.setSource(PdfSource<?> source) |
Copyright © 2015. All Rights Reserved.