Package | Description |
---|---|
org.apache.pdfbox.pdfwriter |
This is the persistence layer used to write the PDFBox documents to a stream.
|
Modifier and Type | Field and Description |
---|---|
private COSStandardOutputStream |
COSWriter.standardOutput |
Modifier and Type | Method and Description |
---|---|
protected COSStandardOutputStream |
COSWriter.getStandardOutput()
This will get the standard output stream.
|
Modifier and Type | Method and Description |
---|---|
private void |
COSWriter.setStandardOutput(COSStandardOutputStream newStandardOutput)
This will set the standard output stream.
|