| 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.parser |
Everything related to reading PDF and COS data from data streams.
|
| de.intarsys.pdf.pd |
The higher level building blocks of a PDF document.
|
| de.intarsys.pdf.writer |
Serializing a PDF document.
|
| Modifier and Type | Method and Description |
|---|---|
static CSContent |
CSContent.createFromBytes(byte[] data)
Create
CSContent from a byte array containing a PDF content
stream. |
static CSContent |
CSContent.createFromCos(COSArray streams)
|
static CSContent |
CSContent.createFromCos(COSStream stream)
|
static CSContent |
CSContent.createNew()
Create a new
CSContent. |
CSContent |
IContentStreamProvider.getContentStream()
The
CSContent contained in this. |
| Modifier and Type | Method and Description |
|---|---|
void |
ICSInterpreter.process(CSContent content,
PDResources resources)
Process
content using resources if needed. |
void |
CSInterpreter.process(CSContent pContent,
PDResources pResources) |
void |
CSDeviceBasedInterpreter.process(CSContent pContent,
PDResources resourceDict) |
void |
IContentStreamProvider.setContentStream(CSContent content)
Assign the new
CSContent to this. |
| Modifier and Type | Method and Description |
|---|---|
CSContent |
CSCreator.getContent()
The
CSContent we are working on. |
| Modifier and Type | Method and Description |
|---|---|
void |
CSCreator.copy(CSContent otherContent)
Copy all operations from
otherContent to this. |
static CSCreator |
CSCreator.createFromContent(CSContent content,
IResourcesProvider resourcesProvider)
|
void |
CSPrettyPrinter.print(CSContent content) |
| Modifier and Type | Method and Description |
|---|---|
CSContent |
CSContentParser.parseStream(byte[] data)
parse a content stream.
|
CSContent |
CSContentParser.parseStream(de.intarsys.tools.randomaccess.IRandomAccess input)
parse a content stream.
|
| Modifier and Type | Method and Description |
|---|---|
CSContent |
PDTilingPattern.getContentStream() |
CSContent |
PDPage.getContentStream()
The
CSContent defining the visual content of the page. |
CSContent |
PDForm.getContentStream() |
CSContent |
PDAcroFormNode.getDefaultAppearanceContent()
The
CSContent fragment defining the default appearance to be used
for variable text fields. |
| Modifier and Type | Method and Description |
|---|---|
void |
PDPage.addContentStream(CSContent contentStream)
Add a
CSContent stream to this. |
void |
PDPage.prependContentStream(CSContent contentStream)
Prepend a
CSContent stream to this. |
void |
PDTilingPattern.setContentStream(CSContent content) |
void |
PDPage.setContentStream(CSContent contentStream)
Assign a new visual appearance to the page.
|
void |
PDForm.setContentStream(CSContent content) |
void |
PDAcroFormNode.setDefaultAppearanceContent(CSContent pContent)
Set the content stream fragment to be used as the default appearance with
variable text fields.
|
| Modifier and Type | Method and Description |
|---|---|
void |
COSWriter.writeContentStream(CSContent contentStream) |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.