T - the generic type for the sourcepublic interface PdfSource<T> extends TaskSource<T>
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword() |
<R> R |
open(PdfSourceOpener<R> opener)
Dispatch method to open the source.
|
void |
setPassword(String password)
Updates the password needed to open the source.
|
getEncryptionAtRestPolicy, getName, getSeekableSource, getSource, setEncryptionAtRestPolicyString 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 © 2021 sejda. All rights reserved.