Package | Description |
---|---|
com.etymon.pj | |
com.etymon.pjx |
The fundamental classes for creation and modification of PDF
documents.
|
com.etymon.pjx.stream |
Provides methods for encoding and decoding PDF streams.
|
com.etymon.pjx.util |
Utility classes for performing common functions on PDF documents.
|
Modifier and Type | Field and Description |
---|---|
protected static PdfName |
PjxConvert.PDFNAME_LENGTH
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected static PdfName |
PdfReader.PDFNAME_LENGTH
A
PdfName object representing the name
Length . |
protected static PdfName |
PdfStream.PDFNAME_LENGTH
A
PdfName object representing the name
Length . |
protected static PdfName |
PdfManager.PDFNAME_PREV |
protected static PdfName |
PdfReader.PDFNAME_PREV
A
PdfName object representing the name
Prev . |
protected static PdfName |
PdfManager.PDFNAME_SIZE |
protected static PdfName |
PdfReader.PDFNAME_SIZE
A
PdfName object representing the name
Size . |
Modifier and Type | Field and Description |
---|---|
protected static PdfName |
PdfEncodeStream.PDFNAME_CCITTFAXDECODE |
protected static PdfName |
PdfEncodeStream.PDFNAME_DCTDECODE |
protected static PdfName |
PdfDecodeStream.PDFNAME_FILTER |
protected static PdfName |
PdfEncodeStream.PDFNAME_FILTER |
protected static PdfName |
PdfFlateFilter.PDFNAME_FILTER |
protected static PdfName |
PdfDecodeStream.PDFNAME_FLATEDECODE |
protected static PdfName |
PdfEncodeStream.PDFNAME_FLATEDECODE |
protected static PdfName |
PdfFlateFilter.PDFNAME_FLATEDECODE |
protected static PdfName |
PdfEncodeStream.PDFNAME_JBIG2DECODE |
protected static PdfName |
PdfEncodeStream.PDFNAME_LZWDECODE |
protected static PdfName |
PdfEncodeStream.PDFNAME_RUNLENGTHDECODE |
Modifier and Type | Method and Description |
---|---|
PdfName |
PdfFlateFilter.getName() |
PdfName |
PdfStreamFilter.getName()
Returns the name of this filter method.
|
Modifier and Type | Field and Description |
---|---|
protected static PdfName |
PdfFieldTree.PDFNAME_ACROFORM |
protected static PdfName |
PdfModifier.PDFNAME_ACROFORM
Deprecated.
A
PdfName object representing the name
AcroForm . |
protected static PdfName |
PdfPageObjects.PDFNAME_ANNOT
A
PdfName object representing the name
Annot . |
protected static PdfName |
AddImageSimple.PDFNAME_BITSPERCOMPONENT
Deprecated.
|
protected static PdfName |
AddImageSimple.PDFNAME_COLORSPACE
Deprecated.
|
protected static PdfName |
AddImageSimple.PDFNAME_CONTENTS
Deprecated.
|
protected static PdfName |
PdfPageTree.PDFNAME_COUNT |
protected static PdfName |
AddImageSimple.PDFNAME_DCTDECODE
Deprecated.
|
protected static PdfName |
AddImageSimple.PDFNAME_DEVICERGB
Deprecated.
|
protected static PdfName |
PdfFieldTree.PDFNAME_FIELDS |
protected static PdfName |
PdfModifier.PDFNAME_FIELDS
Deprecated.
A
PdfName object representing the name
Fields . |
protected static PdfName |
AddImageSimple.PDFNAME_FILTER
Deprecated.
|
protected static PdfName |
AddImageSimple.PDFNAME_HEIGHT
Deprecated.
|
protected static PdfName |
AddImageSimple.PDFNAME_IMAGE
Deprecated.
|
protected static PdfName |
AddImageSimple.PDFNAME_IMAGEC
Deprecated.
|
protected static PdfName |
PdfFieldTree.PDFNAME_KIDS |
protected static PdfName |
PdfModifier.PDFNAME_KIDS
Deprecated.
A
PdfName object representing the name
Kids . |
protected static PdfName |
PdfPageTree.PDFNAME_KIDS |
protected static PdfName |
AddImageSimple.PDFNAME_NAME
Deprecated.
|
protected static PdfName |
PdfPageObjects.PDFNAME_P
A
PdfName object representing the name
P . |
protected static PdfName |
PdfPageObjects.PDFNAME_PAGE
A
PdfName object representing the name
Page . |
protected static PdfName |
PdfPageTree.PDFNAME_PAGE |
protected static PdfName |
PdfModifier.PDFNAME_PAGES
Deprecated.
A
PdfName object representing the name
Pages . |
protected static PdfName |
PdfPageTree.PDFNAME_PAGES |
protected static PdfName |
AddImageSimple.PDFNAME_PARENT
Deprecated.
|
protected static PdfName |
PdfFieldTree.PDFNAME_PARENT |
protected static PdfName |
PdfPageObjects.PDFNAME_PARENT
A
PdfName object representing the name
Parent . |
protected static PdfName |
PdfPageTree.PDFNAME_PARENT |
protected static PdfName |
AddImageSimple.PDFNAME_PROCSET
Deprecated.
|
protected static PdfName |
AddImageSimple.PDFNAME_RESOURCES
Deprecated.
|
protected static PdfName |
PdfCatalog.PDFNAME_ROOT
A
PdfName object representing the name
Root . |
protected static PdfName |
PdfModifier.PDFNAME_ROOT
Deprecated.
A
PdfName object representing the name
Root . |
protected static PdfName |
AddImageSimple.PDFNAME_SUBTYPE
Deprecated.
|
protected static PdfName |
PdfFieldTree.PDFNAME_T |
protected static PdfName |
AddImageSimple.PDFNAME_TYPE
Deprecated.
|
protected static PdfName |
PdfFieldTree.PDFNAME_TYPE |
protected static PdfName |
PdfPageObjects.PDFNAME_TYPE
A
PdfName object representing the name
Type . |
protected static PdfName |
PdfPageTree.PDFNAME_TYPE |
protected static PdfName |
AddImageSimple.PDFNAME_WIDTH
Deprecated.
|
protected static PdfName |
AddImageSimple.PDFNAME_XOBJECT
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
AddImageSimple.addImage(java.nio.ByteBuffer image,
int imageWidth,
int imageHeight,
PdfName imageName,
PdfReference page,
float positionX,
float positionY,
float scaleX,
float scaleY,
boolean background)
Deprecated.
Adds a specified JPEG image (contained in a buffer) to a
page in the PDF document.
|
void |
AddImageSimple.addImage(java.io.File imageFile,
int imageWidth,
int imageHeight,
PdfName imageName,
PdfReference page,
float positionX,
float positionY,
float scaleX,
float scaleY,
boolean background)
Deprecated.
Adds a specified JPEG image (contained in a file) to a page
in the PDF document.
|