Uses of Class
com.itextpdf.text.pdf.PdfStream
-
Packages that use PdfStream Package Description com.itextpdf.text.pdf com.itextpdf.text.pdf.internal com.itextpdf.text.pdf.parser com.itextpdf.text.pdf.pdfcleanup -
-
Uses of PdfStream in com.itextpdf.text.pdf
Subclasses of PdfStream in com.itextpdf.text.pdf Modifier and Type Class Description (package private) static class
BaseFont.StreamFont
Generates the PDF stream with the Type1 and Truetype fonts returning a PdfStream.(package private) class
PdfContents
PdfContents
is aPdfStream
containing the contents (text + graphics) of aPdfPage
.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
APdfICCBased
defines a ColorSpaceclass
PdfImage
PdfImage
is aPdfStream
containing an image-Dictionary
and -stream.class
PdfPattern
APdfPattern
defines a ColorSpaceclass
PRStream
Fields in com.itextpdf.text.pdf with type parameters of type PdfStream Modifier and Type Field Description protected java.util.HashMap<PdfStream,PdfIndirectReference>
PdfWriter. JBIG2Globals
A HashSet with Stream objects containing JBIG2 GlobalsMethods in com.itextpdf.text.pdf that return PdfStream Modifier and Type Method Description protected PdfStream
PdfCopy. copyStream(PRStream in)
Translate a PRStream to a PdfStream.PdfStream
PdfArray. getAsStream(int idx)
Returns aPdfObject
as aPdfStream
, resolving indirect references.PdfStream
PdfDictionary. getAsStream(PdfName key)
Returns aPdfObject
as aPdfStream
, 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.(package private) PdfStream
PdfReaderInstance. getFormXObject(int pageNumber, int compressionLevel)
Gets the content stream of a page as a PdfStream object.PdfStream
PdfTemplate. getFormXObject(int compressionLevel)
Gets the stream representing this template.(package private) abstract PdfStream
BaseFont. getFullFontStream()
Returns a PdfStream object with the full font program (if possible).PdfStream
CJKFont. getFullFontStream()
You can't get the FontStream of a CJK font (CJK fonts are never embedded), so this method always returns null.PdfStream
DocumentFont. getFullFontStream()
Always returns null.PdfStream
TrueTypeFont. getFullFontStream()
Returns a PdfStream object with the full font program.PdfStream
TrueTypeFontUnicode. getFullFontStream()
Returns a PdfStream object with the full font program.PdfStream
Type1Font. getFullFontStream()
If the embedded flag isfalse
or if the font is one of the 14 built in types, it returnsnull
, otherwise the font is read and output in a PdfStream object.PdfStream
Type3Font. getFullFontStream()
Always returns null, because you can't get the FontStream of a Type3 font.PdfStream
TrueTypeFontUnicode. getToUnicode(java.lang.Object[] metrics)
Creates a ToUnicode CMap to allow copy and paste from Acrobat.Methods in com.itextpdf.text.pdf with parameters of type PdfStream 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. -
Uses of PdfStream in com.itextpdf.text.pdf.internal
Methods in com.itextpdf.text.pdf.internal that return PdfStream Modifier and Type Method Description protected PdfStream
PdfAChecker. getDirectStream(PdfObject obj)
-
Uses of PdfStream in com.itextpdf.text.pdf.parser
Methods in com.itextpdf.text.pdf.parser with parameters of type PdfStream Modifier and Type Method Description void
PdfContentStreamProcessor.FormXObjectDoHandler. handleXObject(PdfContentStreamProcessor processor, PdfStream stream, PdfIndirectReference ref)
void
PdfContentStreamProcessor.FormXObjectDoHandler. handleXObject(PdfContentStreamProcessor processor, PdfStream stream, PdfIndirectReference ref, java.util.Stack<MarkedContentInfo> markedContentStack)
void
PdfContentStreamProcessor.IgnoreXObjectDoHandler. handleXObject(PdfContentStreamProcessor processor, PdfStream xobjectStream, PdfIndirectReference ref)
void
PdfContentStreamProcessor.IgnoreXObjectDoHandler. handleXObject(PdfContentStreamProcessor processor, PdfStream xobjectStream, PdfIndirectReference ref, java.util.Stack<MarkedContentInfo> markedContentStack)
void
PdfContentStreamProcessor.ImageXObjectDoHandler. handleXObject(PdfContentStreamProcessor processor, PdfStream xobjectStream, PdfIndirectReference ref)
void
PdfContentStreamProcessor.ImageXObjectDoHandler. handleXObject(PdfContentStreamProcessor processor, PdfStream xobjectStream, PdfIndirectReference ref, java.util.Stack<MarkedContentInfo> markedContentStack)
void
XObjectDoHandler. handleXObject(PdfContentStreamProcessor processor, PdfStream stream, PdfIndirectReference ref)
void
XObjectDoHandler. handleXObject(PdfContentStreamProcessor processor, PdfStream stream, PdfIndirectReference ref, java.util.Stack<MarkedContentInfo> markedContentStack)
-
Uses of PdfStream in com.itextpdf.text.pdf.pdfcleanup
Methods in com.itextpdf.text.pdf.pdfcleanup with parameters of type PdfStream Modifier and Type Method Description private void
PdfCleanUpProcessor. insertFormXObj(PdfContentByte canvas, PdfDictionary pageDict, PdfStream formXObj, java.util.List<Rectangle> clippingRects, Rectangle annotRect)
-