| Package | Description |
|---|---|
| org.sejda.model.input |
| Modifier and Type | Method and Description |
|---|---|
static PdfStreamSource |
PdfStreamSource.newInstanceNoPassword(InputStream stream,
String name)
Creates a new instance of the pdf source where a password is NOT required to open the source.
|
static PdfStreamSource |
PdfStreamSource.newInstanceWithPassword(InputStream stream,
String name,
String password)
Creates a new instance of the pdf source where a password is required to open the source.
|
| Modifier and Type | Method and Description |
|---|---|
T |
PdfSourceOpener.open(PdfStreamSource source)
Opens the input
PdfStreamSource. |
Copyright © 2015. All Rights Reserved.