| Package | Description |
|---|---|
| de.intarsys.pdf.content |
The "content" package contains functionality to work on PDF content streams.
|
| de.intarsys.pdf.content.common |
Some common implementations on PDF content stream.
|
| de.intarsys.pdf.content.text | |
| de.intarsys.pdf.pd |
The higher level building blocks of a PDF document.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CSBasicDevice
A
ICSDevice handling the complex semantics of the path and text
drawing operators. |
class |
CSDeviceAdapter
An adapter implementation for ICSDevice.
|
class |
CSDeviceFilter
Abstract superclass for implementing a filter on
ICSDevice. |
class |
CSImageFilter
Only image related operations will reach the final device.
|
class |
CSPathFilter
Only path related operations will reach the device.
|
class |
CSTextDevice
A common superclass for "text only" devices.
|
class |
CSTextFilter
Only text related operations will reach the device.
|
class |
CSVirtualDevice
A common superclass for devices that do not need path and text handling.
|
| Modifier and Type | Method and Description |
|---|---|
ICSDevice |
CSDeviceFilter.getDevice() |
ICSDevice |
CSDeviceBasedInterpreter.getDevice()
The
ICSDevice currently associated with the interpreter. |
| Constructor and Description |
|---|
CSDeviceBasedInterpreter(Map paramOptions,
ICSDevice device) |
CSDeviceFilter(ICSDevice device) |
CSImageFilter(ICSDevice device) |
CSPathFilter(ICSDevice device) |
CSTextFilter(ICSDevice device) |
| Modifier and Type | Class and Description |
|---|---|
class |
CSBoundingBoxCollector
Determine the bounding box of the content streams graphic primitives.
|
class |
CSCreator
An implementation helping to create a PDF content stream using higher level
abstractions than the PDF operators.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CSDeviceTools.setNonStrokeColor(ICSDevice device,
float[] color) |
static void |
CSDeviceTools.setStrokeColor(ICSDevice device,
float[] color) |
| Modifier and Type | Class and Description |
|---|---|
class |
CSCharacterParser
Collect the character objects in a content stream.
|
class |
CSTextExtractor
A still very simple text extraction utility for PDF documents.
|
class |
CSTextSearcher
A simple text search utility.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAppearance.DefaultAppearanceDevice
An embedded "device" to gather information from the default appearance
string.
|
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.