Uses of Class
org.sejda.sambox.input.IncrementablePDDocument
Packages that use IncrementablePDDocument
-
Uses of IncrementablePDDocument in org.sejda.sambox.input
Methods in org.sejda.sambox.input that return IncrementablePDDocumentModifier and TypeMethodDescriptionstatic IncrementablePDDocumentPDFParser.parseToIncrement(org.sejda.io.SeekableSource source) Parses the givenSeekableSourcereturning the correspondingIncrementablePDDocument.static IncrementablePDDocumentPDFParser.parseToIncrement(org.sejda.io.SeekableSource source, String password) Parses the givenSeekableSourceusing the given password, , returning the corresponding decryptedIncrementablePDDocumentto be used for an incremental update.static IncrementablePDDocumentPDFParser.parseToIncrement(org.sejda.io.SeekableSource source, DecryptionMaterial decryptionMaterial) Parses the givenSeekableSourceusing the givenDecryptionMaterial, returning the corresponding decryptedIncrementablePDDocumentto be used for an incremental update. -
Uses of IncrementablePDDocument in org.sejda.sambox.output
Methods in org.sejda.sambox.output with parameters of type IncrementablePDDocumentModifier and TypeMethodDescriptionvoidIncrementablePDDocumentWriter.write(IncrementablePDDocument document) Writes thePDDocument.