A B C D E G I M O P R S T V

A

after() - Method in class org.sejda.impl.pdfbox.AlternateMixTask
 
after() - Method in class org.sejda.impl.pdfbox.DecryptTask
 
after() - Method in class org.sejda.impl.pdfbox.ExtractPagesTask
 
after() - Method in class org.sejda.impl.pdfbox.ExtractTextTask
 
after() - Method in class org.sejda.impl.pdfbox.RotateTask
 
after() - Method in class org.sejda.impl.pdfbox.SetMetadataTask
 
after() - Method in class org.sejda.impl.pdfbox.ViewerPreferencesTask
 
AlternateMixTask - Class in org.sejda.impl.pdfbox
PDFBox implementation of the AlternateMix task performing the mix of two given PdfMixInputs.
AlternateMixTask() - Constructor for class org.sejda.impl.pdfbox.AlternateMixTask
 
applyRotation(PageRotation) - Static method in class org.sejda.impl.pdfbox.component.PdfRotator
DSL entry point to apply a rotation

B

before(AlternateMixParameters) - Method in class org.sejda.impl.pdfbox.AlternateMixTask
 
before(DecryptParameters) - Method in class org.sejda.impl.pdfbox.DecryptTask
 
before(ExtractPagesParameters) - Method in class org.sejda.impl.pdfbox.ExtractPagesTask
 
before(ExtractTextParameters) - Method in class org.sejda.impl.pdfbox.ExtractTextTask
 
before(RotateParameters) - Method in class org.sejda.impl.pdfbox.RotateTask
 
before(SetMetadataParameters) - Method in class org.sejda.impl.pdfbox.SetMetadataTask
 
before(ViewerPreferencesParameters) - Method in class org.sejda.impl.pdfbox.ViewerPreferencesTask
 

C

close() - Method in class org.sejda.impl.pdfbox.component.PagesExtractor
 
close() - Method in class org.sejda.impl.pdfbox.component.PDDocumentHandler
 
close() - Method in class org.sejda.impl.pdfbox.component.PdfAlternateMixer
 
close() - Method in class org.sejda.impl.pdfbox.component.PdfTextExtractor
 
compressXrefStream(boolean) - Method in class org.sejda.impl.pdfbox.component.PDDocumentHandler
Set compression of the XRef table on underlying PDDocument.

D

DecryptTask - Class in org.sejda.impl.pdfbox
PDFBox implementation of a task performing decrypt of a list of encrypted PdfSource
DecryptTask() - Constructor for class org.sejda.impl.pdfbox.DecryptTask
 
DefaultPdfSourceOpener - Class in org.sejda.impl.pdfbox.component
PDFBox component able to open a PdfSource and return the corresponding PDDocumentHandler.
DefaultPdfSourceOpener() - Constructor for class org.sejda.impl.pdfbox.component.DefaultPdfSourceOpener
 

E

ensureOwnerPermissions() - Method in class org.sejda.impl.pdfbox.component.PDDocumentAccessPermission
Ensures that owner permissions are available.
ensurePermission(PdfAccessPermission) - Method in class org.sejda.impl.pdfbox.component.PDDocumentAccessPermission
Ensures that the required permission is granted
execute(AlternateMixParameters) - Method in class org.sejda.impl.pdfbox.AlternateMixTask
 
execute(DecryptParameters) - Method in class org.sejda.impl.pdfbox.DecryptTask
 
execute(ExtractPagesParameters) - Method in class org.sejda.impl.pdfbox.ExtractPagesTask
 
execute(ExtractTextParameters) - Method in class org.sejda.impl.pdfbox.ExtractTextTask
 
execute(RotateParameters) - Method in class org.sejda.impl.pdfbox.RotateTask
 
execute(SetMetadataParameters) - Method in class org.sejda.impl.pdfbox.SetMetadataTask
 
execute(ViewerPreferencesParameters) - Method in class org.sejda.impl.pdfbox.ViewerPreferencesTask
 
extract(PDDocument, File) - Method in class org.sejda.impl.pdfbox.component.PdfTextExtractor
Extract text from the input document writing it to the given output file.
extractPages(Set<Integer>, NotifiableTaskMetadata) - Method in class org.sejda.impl.pdfbox.component.PagesExtractor
 
ExtractPagesTask - Class in org.sejda.impl.pdfbox
PDFBox implementation of the task responsible for extracting pages from a given pdf document.
ExtractPagesTask() - Constructor for class org.sejda.impl.pdfbox.ExtractPagesTask
 
ExtractTextTask - Class in org.sejda.impl.pdfbox
PDFBox implementation of a task extracting text from a list of PdfSource
ExtractTextTask() - Constructor for class org.sejda.impl.pdfbox.ExtractTextTask
 

G

getDirection(PdfDirection) - Static method in class org.sejda.impl.pdfbox.util.ViewerPreferencesUtils
Mapping between Sejda and PDFBox direction constants.
getDuplex(PdfDuplex) - Static method in class org.sejda.impl.pdfbox.util.ViewerPreferencesUtils
Mapping between Sejda and PDFBox duplex constants
getNFSMode(PdfNonFullScreenPageMode) - Static method in class org.sejda.impl.pdfbox.util.ViewerPreferencesUtils
Mapping between Sejda and PDFBox non full screen mode constants
getNumberOfPages() - Method in class org.sejda.impl.pdfbox.component.PDDocumentHandler
 
getPageLayout(PdfPageLayout) - Static method in class org.sejda.impl.pdfbox.util.ViewerPreferencesUtils
Mapping between Sejda and PDFBox page layout constants.
getPageMode(PdfPageMode) - Static method in class org.sejda.impl.pdfbox.util.ViewerPreferencesUtils
Mapping between Sejda and PDFBox page mode constants.
getPermissions() - Method in class org.sejda.impl.pdfbox.component.PDDocumentHandler
 
getPrintScaling(PdfPrintScaling) - Static method in class org.sejda.impl.pdfbox.util.ViewerPreferencesUtils
Mapping between Sejda and PDFBox print scaling constants
getUnderlyingPDDocument() - Method in class org.sejda.impl.pdfbox.component.PDDocumentHandler
 
getViewerPreferences() - Method in class org.sejda.impl.pdfbox.component.PDDocumentHandler
 

I

importPage(PDPage) - Method in class org.sejda.impl.pdfbox.component.PDDocumentHandler
Import an existing page to the underlying PDDocument

M

mix(NotifiableTaskMetadata) - Method in class org.sejda.impl.pdfbox.component.PdfAlternateMixer
Perform the alternate mix on the given PdfMixInputs.

O

OngoingRotation - Interface in org.sejda.impl.pdfbox.component
Identifies an ongoing rotation exposing methods to finalize it.
open(PdfURLSource) - Method in class org.sejda.impl.pdfbox.component.DefaultPdfSourceOpener
 
open(PdfFileSource) - Method in class org.sejda.impl.pdfbox.component.DefaultPdfSourceOpener
 
open(PdfStreamSource) - Method in class org.sejda.impl.pdfbox.component.DefaultPdfSourceOpener
 
org.sejda.impl.pdfbox - package org.sejda.impl.pdfbox
 
org.sejda.impl.pdfbox.component - package org.sejda.impl.pdfbox.component
 
org.sejda.impl.pdfbox.util - package org.sejda.impl.pdfbox.util
 

P

PagesExtractor - Class in org.sejda.impl.pdfbox.component
Component responsible for extracting a set of pages from an input PDDocumentHandler to a new PDDocumentHandler.
PagesExtractor(PDDocumentHandler) - Constructor for class org.sejda.impl.pdfbox.component.PagesExtractor
 
PDDocumentAccessPermission - Class in org.sejda.impl.pdfbox.component
Wrapper around AccessPermission providing convenient methods to check permissions.
PDDocumentHandler - Class in org.sejda.impl.pdfbox.component
Wrapper over a PDDocument.
PDDocumentHandler(PDDocument, String) - Constructor for class org.sejda.impl.pdfbox.component.PDDocumentHandler
Creates a new handler using the given document as underlying PDDocument.
PDDocumentHandler() - Constructor for class org.sejda.impl.pdfbox.component.PDDocumentHandler
Creates a new handler with an empty underlying PDDocument.
PdfAlternateMixer - Class in org.sejda.impl.pdfbox.component
Component providing functionalities to perform an alternate mix on two PdfMixInput.
PdfAlternateMixer(PdfMixInput, PdfMixInput) - Constructor for class org.sejda.impl.pdfbox.component.PdfAlternateMixer
 
PdfRotator - Class in org.sejda.impl.pdfbox.component
Handles rotations on a given PDDocument.
PdfTextExtractor - Class in org.sejda.impl.pdfbox.component
Component responsible for extracting text from an input pdf document.
PdfTextExtractor(String) - Constructor for class org.sejda.impl.pdfbox.component.PdfTextExtractor
 

R

RotateTask - Class in org.sejda.impl.pdfbox
PDFBox implementation of a task performing pages rotation on a list of PdfSource.
RotateTask() - Constructor for class org.sejda.impl.pdfbox.RotateTask
 

S

saveDecryptedPDDocument(File) - Method in class org.sejda.impl.pdfbox.component.PDDocumentHandler
Saves the underlying PDDocument removing security from it.
savePDDocument(File) - Method in class org.sejda.impl.pdfbox.component.PDDocumentHandler
Saves the underlying PDDocument to the given file.
setBooleanPreferences(PDViewerPreferences, Set<PdfBooleanPreference>) - Static method in class org.sejda.impl.pdfbox.util.ViewerPreferencesUtils
Enables the given set of boolean preferences on the given preferences instance and disables the others.
setCreatorOnPDDocument() - Method in class org.sejda.impl.pdfbox.component.PDDocumentHandler
set the creator on the underlying PDDocument
setDocumentInformation(PDDocumentInformation) - Method in class org.sejda.impl.pdfbox.component.PDDocumentHandler
Set the document information on the underlying PDDocument
SetMetadataTask - Class in org.sejda.impl.pdfbox
PDFBox implementation of a task setting metadata on an input PdfSource.
SetMetadataTask() - Constructor for class org.sejda.impl.pdfbox.SetMetadataTask
 
setPageLayoutOnDocument(PdfPageLayout) - Method in class org.sejda.impl.pdfbox.component.PDDocumentHandler
Sets the given page layout on the underlying PDDocument.
setPageModeOnDocument(PdfPageMode) - Method in class org.sejda.impl.pdfbox.component.PDDocumentHandler
Sets the given page mode on the underlying PDDocument.
setVersionOnPDDocument(PdfVersion) - Method in class org.sejda.impl.pdfbox.component.PDDocumentHandler
Sets the version on the underlying PDDocument.
setViewerPreferences(PDViewerPreferences) - Method in class org.sejda.impl.pdfbox.component.PDDocumentHandler
 

T

to(PDDocument) - Method in interface org.sejda.impl.pdfbox.component.OngoingRotation
applies the rotation to the input document
to(PDDocument) - Method in class org.sejda.impl.pdfbox.component.PdfRotator
 

V

ViewerPreferencesTask - Class in org.sejda.impl.pdfbox
PDFBox implementation of a task setting viewer preferences on a list of PdfSource.
ViewerPreferencesTask() - Constructor for class org.sejda.impl.pdfbox.ViewerPreferencesTask
 
ViewerPreferencesUtils - Class in org.sejda.impl.pdfbox.util
Utility methods related to the viewer preferences functionalities.

A B C D E G I M O P R S T V

Copyright © 2012. All Rights Reserved.