All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.intarsys.pdf.content.package.html Maven / Gradle / Ivy

Go to download

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.

There is a newer version: 2.0
Show newest version


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.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy