| Package | Description |
|---|---|
| org.sejda.core.support.io | |
| org.sejda.model.exception | |
| org.sejda.model.input |
| Modifier and Type | Method and Description |
|---|---|
static File |
IOUtils.createTemporaryBuffer() |
static File |
IOUtils.createTemporaryBuffer(String extension) |
static File |
IOUtils.createTemporaryBuffer(TaskOutput taskOut)
Creates a temp file trying to find the best location based on the task output.
|
static File |
IOUtils.createTemporaryBufferWithName(String filename) |
| Modifier and Type | Class and Description |
|---|---|
class |
TaskWrongPasswordException
Exception thrown when a wrong password has been set and it's not possible to open the pdf document (and execute the task)
|
class |
UnsupportedTextException |
| Modifier and Type | Method and Description |
|---|---|
static void |
TaskIOException.require(boolean condition,
String exceptionMessage) |
| Modifier and Type | Method and Description |
|---|---|
T |
SourceDispatcher.dispatch(FileSource source) |
<R> R |
FileSource.dispatch(SourceDispatcher<R> dispatcher) |
<R> R |
Source.dispatch(SourceDispatcher<R> dispatcher) |
<R> R |
StreamSource.dispatch(SourceDispatcher<R> dispatcher) |
T |
SourceDispatcher.dispatch(StreamSource source) |
T |
PdfSourceOpener.open(PdfFileSource source)
Opens the input
PdfFileSource. |
<R> R |
PdfSource.open(PdfSourceOpener<R> opener)
Dispatch method to open the source.
|
<T> T |
PdfStreamSource.open(PdfSourceOpener<T> opener) |
<T> T |
PdfURLSource.open(PdfSourceOpener<T> opener) |
<T> T |
PdfFileSource.open(PdfSourceOpener<T> opener) |
T |
PdfSourceOpener.open(PdfStreamSource source)
Opens the input
PdfStreamSource. |
T |
PdfSourceOpener.open(PdfURLSource source)
Opens the input
PdfURLSource. |
Copyright © 2021 sejda. All rights reserved.