-
public final class PdfLoadRequestConfiguration for loading a specific PDF document. These settings are document-specific and may change at runtime (e.g., password retry, jumping to different pages, loading different documents).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPdfLoadRequest.Builder
-
Field Summary
Fields Modifier and Type Field Description private final DocumentSourcesourceprivate final Stringpasswordprivate final List<Integer>pageNumbersprivate final IntegerdefaultPageprivate final DocumentLoadListenerdocumentLoadListener
-
Constructor Summary
Constructors Constructor Description PdfLoadRequest(DocumentSource source, String password, List<Integer> pageNumbers, Integer defaultPage, DocumentLoadListener documentLoadListener)
-
Method Summary
Modifier and Type Method Description final DocumentSourcegetSource()final StringgetPassword()final List<Integer>getPageNumbers()final IntegergetDefaultPage()final DocumentLoadListenergetDocumentLoadListener()StringtoString()-
-
Constructor Detail
-
PdfLoadRequest
PdfLoadRequest(DocumentSource source, String password, List<Integer> pageNumbers, Integer defaultPage, DocumentLoadListener documentLoadListener)
-
-
Method Detail
-
getSource
final DocumentSource getSource()
-
getPassword
final String getPassword()
-
getPageNumbers
final List<Integer> getPageNumbers()
-
getDefaultPage
final Integer getDefaultPage()
-
getDocumentLoadListener
final DocumentLoadListener getDocumentLoadListener()
-
-
-
-