| Package | Description |
|---|---|
| de.intarsys.pdf.content |
The "content" package contains functionality to work on PDF content streams.
|
| de.intarsys.pdf.font |
The font part of the PDF is quite large for itself, so it is extracted to a
package of its own.
|
| de.intarsys.pdf.pd |
The higher level building blocks of a PDF document.
|
| 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) |
| Modifier and Type | Method and Description |
|---|---|
PDResources |
PDFontType3.getResources()
The
PDResources. |
| Modifier and Type | Method and Description |
|---|---|
static PDFont |
PDFontTools.getFont(PDDocument document,
PDResources resources,
COSName name)
The font
name, looked up in resources. |
static PDFont |
PDFontTools.getFont(PDResources resources,
COSName name)
The font
name, looked up in resources. |
void |
PDFontType3.setResources(PDResources resources) |
| Modifier and Type | Method and Description |
|---|---|
PDResources |
PDAcroForm.getDefaultResources()
The default resource dictionary.
|
PDResources |
PDTilingPattern.getResources()
The resource dictionary of this pattern.
|
PDResources |
PDPage.getResources() |
PDResources |
PDForm.getResources()
The resource dictionary of the receiver form.
|
PDResources |
IResourcesProvider.getResources() |
static PDResources |
PDFormTools.getResources(PDForm form)
Get or create the PDResourceDict for the PDForm lazy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDAcroForm.setDefaultResources(PDResources newResources)
Assign the default resource dictionary to be used with the form.
|
void |
PDTilingPattern.setResources(PDResources resources) |
void |
PDPage.setResources(PDResources resources) |
void |
PDForm.setResources(PDResources resources) |
void |
IResourcesProvider.setResources(PDResources resources) |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.