Package | Description |
---|---|
com.itextpdf.text.pdf | |
com.itextpdf.text.pdf.internal | |
com.itextpdf.text.pdf.parser |
Modifier and Type | Class | Description |
---|---|---|
class |
PdfEFStream |
Extends PdfStream and should be used to create Streams for Embedded Files
(file attachments).
|
class |
PdfFormXObject |
PdfFormObject is a type of XObject containing a template-object. |
class |
PdfICCBased |
A
PdfICCBased defines a ColorSpace |
class |
PdfImage |
PdfImage is a PdfStream containing an image-Dictionary and -stream. |
class |
PdfPattern |
A
PdfPattern defines a ColorSpace |
class |
PRStream |
Modifier and Type | Field | Description |
---|---|---|
protected java.util.HashMap<PdfStream,PdfIndirectReference> |
PdfWriter.JBIG2Globals |
A HashSet with Stream objects containing JBIG2 Globals
|
Modifier and Type | Method | Description |
---|---|---|
protected PdfStream |
PdfCopy.copyStream(PRStream in) |
Translate a PRStream to a PdfStream.
|
PdfStream |
PdfArray.getAsStream(int idx) |
Returns a
PdfObject as a PdfStream ,
resolving indirect references. |
PdfStream |
PdfDictionary.getAsStream(PdfName key) |
Returns a
PdfObject as a PdfStream ,
resolving indirect references. |
PdfStream |
PdfImportedPage.getFormXObject(int compressionLevel) |
Gets the stream representing this page.
|
PdfStream |
PdfPSXObject.getFormXObject(int compressionLevel) |
Gets the stream representing this object.
|
PdfStream |
PdfTemplate.getFormXObject(int compressionLevel) |
Gets the stream representing this template.
|
PdfStream |
DocumentFont.getFullFontStream() |
Always returns null.
|
PdfStream |
Type3Font.getFullFontStream() |
Always returns null, because you can't get the FontStream of a Type3 font.
|
Modifier and Type | Method | Description |
---|---|---|
PdfName |
PdfContentByte.addFormXObj(PdfStream formXObj,
PdfName name,
double a,
double b,
double c,
double d,
double e,
double f) |
Adds a form XObject to this content.
|
PdfName |
PdfContentByte.addFormXObj(PdfStream formXObj,
PdfName name,
float a,
float b,
float c,
float d,
float e,
float f) |
Adds a form XObject to this content.
|
Modifier and Type | Method | Description |
---|---|---|
protected PdfStream |
PdfAChecker.getDirectStream(PdfObject obj) |
Modifier and Type | Method | Description |
---|---|---|
void |
XObjectDoHandler.handleXObject(PdfContentStreamProcessor processor,
PdfStream stream,
PdfIndirectReference ref) |
|
void |
XObjectDoHandler.handleXObject(PdfContentStreamProcessor processor,
PdfStream stream,
PdfIndirectReference ref,
java.util.Stack<MarkedContentInfo> markedContentStack) |
Copyright © 1998–2018. All rights reserved.