de.intarsys.pdf.content.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jpod Show documentation
Show all versions of jpod Show documentation
This is a fork of http://sourceforge.net/projects/jpodlib/ as development seems to be frozen.
We're providing some bug fixes along with deployments to maven.
The "content" package contains functionality to work on PDF content streams.
Content streams are the PDF way of expressing page or form visual content, expressed
using the PDF content stream operators.
Content streams define a page or form content, implemented using COSStreams
with a specific format. The stream data is built using a sequence of content
stream operators. The stream dictionary additionally contains resources
referenced by these operators.
This package contains higher level abstractions of the COSStream representing
a content stream, CSContent, CSOperation and CSOperator.
A list of all known CSOperators is provided with CSOperators.
A framework for interpreting content streams is provided with ICSInterpreter and
ICSDevice.