Package org.pdfbox.pdfwriter
This is the persistence layer used to write the PDFBox documents to a stream.
ContentStreamWriter | A class that will take a list of tokens and write out a stream with them.
|
COSStandardOutputStream | simple output stream with some minor features for generating "pretty"
pdf files.
|
COSWriter | this class acts on a in-memory representation of a pdf document.
|
COSWriterXRefEntry | this is en entry in the xref section of the physical pdf document
generated by the COSWriter.
|
This is the persistence layer used to write the PDFBox documents to a stream.