Uses of Class
com.itextpdf.text.pdf.PdfStream
Packages that use PdfStream
Package
Description
-
Uses of PdfStream in com.itextpdf.text.pdf
Subclasses of PdfStream in com.itextpdf.text.pdfModifier and TypeClassDescriptionclassExtends PdfStream and should be used to create Streams for Embedded Files (file attachments).classPdfFormObjectis a type of XObject containing a template-object.classAPdfICCBaseddefines a ColorSpaceclassPdfImageis aPdfStreamcontaining an image-Dictionaryand -stream.classAPdfPatterndefines a ColorSpaceclassFields in com.itextpdf.text.pdf with type parameters of type PdfStreamModifier and TypeFieldDescriptionprotected HashMap<PdfStream, PdfIndirectReference> PdfWriter.JBIG2GlobalsA HashSet with Stream objects containing JBIG2 GlobalsMethods in com.itextpdf.text.pdf that return PdfStreamModifier and TypeMethodDescriptionprotected PdfStreamPdfCopy.copyStream(PRStream in) Translate a PRStream to a PdfStream.PdfArray.getAsStream(int idx) Returns aPdfObjectas aPdfStream, resolving indirect references.PdfDictionary.getAsStream(PdfName key) Returns aPdfObjectas aPdfStream, resolving indirect references.PdfImportedPage.getFormXObject(int compressionLevel) Gets the stream representing this page.PdfPSXObject.getFormXObject(int compressionLevel) Gets the stream representing this object.PdfTemplate.getFormXObject(int compressionLevel) Gets the stream representing this template.DocumentFont.getFullFontStream()Always returns null.Type3Font.getFullFontStream()Always returns null, because you can't get the FontStream of a Type3 font.Methods in com.itextpdf.text.pdf with parameters of type PdfStreamModifier and TypeMethodDescriptionPdfContentByte.addFormXObj(PdfStream formXObj, PdfName name, double a, double b, double c, double d, double e, double f) Adds a form XObject to this content.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 -
Uses of PdfStream in com.itextpdf.text.pdf.parser
Methods in com.itextpdf.text.pdf.parser with parameters of type PdfStreamModifier and TypeMethodDescriptionvoidXObjectDoHandler.handleXObject(PdfContentStreamProcessor processor, PdfStream stream, PdfIndirectReference ref) voidXObjectDoHandler.handleXObject(PdfContentStreamProcessor processor, PdfStream stream, PdfIndirectReference ref, Stack<MarkedContentInfo> markedContentStack)