T
- the generic type for the sourcepublic interface PdfSource<T>
Modifier and Type | Method and Description |
---|---|
String |
getName() |
String |
getPassword() |
T |
getSource() |
<R> R |
open(PdfSourceOpener<R> opener)
Dispatch method to open the source.
|
void |
setPassword(String password)
Updates the password needed to open the source.
|
T getSource()
String getName()
String getPassword()
void setPassword(String password)
<R> R open(PdfSourceOpener<R> opener) throws TaskIOException
R
- generic type as result of the open action.opener
- TaskIOException
- in case of error opening the source.Copyright © 2019 sejda. All rights reserved.