| Package | Description |
|---|---|
| org.sejda.sambox.input | |
| org.sejda.sambox.output | |
| org.sejda.sambox.pdmodel |
| Modifier and Type | Method and Description |
|---|---|
void |
IncrementablePDDocument.writeTo(File file,
WriteOption... options)
Writes the document to the given
File. |
void |
IncrementablePDDocument.writeTo(OutputStream out,
WriteOption... options)
Writes the document to the given
OutputStream. |
void |
IncrementablePDDocument.writeTo(String filename,
WriteOption... options)
Writes the document to the file corresponding the given file name.
|
void |
IncrementablePDDocument.writeTo(WritableByteChannel channel,
WriteOption... options)
Writes the document to the given
WritableByteChannel. |
| Modifier and Type | Method and Description |
|---|---|
static WriteOption |
WriteOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WriteOption[] |
WriteOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ExistingPagesSizePredictor |
ExistingPagesSizePredictor.instance(WriteOption... opts)
Factory method for an ExistingPagesSizePredictor
|
| Constructor and Description |
|---|
IncrementablePDDocumentWriter(org.sejda.io.CountingWritableByteChannel channel,
WriteOption... options) |
PDDocumentWriter(org.sejda.io.CountingWritableByteChannel channel,
Optional<EncryptionContext> encryptionContext,
WriteOption... options) |
| Modifier and Type | Method and Description |
|---|---|
void |
PDDocument.writeTo(File file,
StandardSecurity security,
WriteOption... options)
Writes the document to the given
File encrypting it using the given security. |
void |
PDDocument.writeTo(File file,
WriteOption... options)
Writes the document to the given
File. |
void |
PDDocument.writeTo(OutputStream out,
StandardSecurity security,
WriteOption... options)
Writes the document to the given
OutputStream encrypting it using the given security. |
void |
PDDocument.writeTo(OutputStream out,
WriteOption... options)
Writes the document to the given
OutputStream. |
void |
PDDocument.writeTo(String filename,
StandardSecurity security,
WriteOption... options)
Writes the document to the file corresponding the given file name encrypting it using the given security.
|
void |
PDDocument.writeTo(String filename,
WriteOption... options)
Writes the document to the file corresponding the given file name.
|
void |
PDDocument.writeTo(WritableByteChannel channel,
StandardSecurity security,
WriteOption... options)
Writes the document to the given
WritableByteChannel encrypting it using the given security. |
void |
PDDocument.writeTo(WritableByteChannel channel,
WriteOption... options)
Writes the document to the given
WritableByteChannel. |
Copyright © 2019 sejda. All rights reserved.