| 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.pd |
The higher level building blocks of a PDF document.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ICSDevice.doXObject(COSName resourceName,
PDXObject xObject)
Stroke a PDXObject.
|
void |
CSDeviceFilter.doXObject(COSName name,
PDXObject xobject) |
void |
CSDeviceAdapter.doXObject(COSName name,
PDXObject xobject) |
| Modifier and Type | Method and Description |
|---|---|
void |
CSCreator.doXObject(COSName name,
PDXObject xObject) |
| Modifier and Type | Class and Description |
|---|---|
class |
PDForm
A form object.
|
class |
PDImage
The representation of an image.
|
class |
PDPostScript
The representation of embedded postscript programs
|
| Modifier and Type | Method and Description |
|---|---|
PDXObject |
PDImage.getSMask() |
PDXObject |
PDResources.getXObjectResource(COSName name)
Return a named XObject resource from the resource dictionary.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDResources.addXObjectResource(COSName name,
PDXObject object) |
COSName |
PDResources.createXObjectResource(PDXObject xobject)
Return the name of a XObject resource within the resource dictionary.
|
void |
PDImage.setMask(PDXObject object) |
void |
PDImage.setSMask(PDXObject object) |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.