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 TypeClassDescription(package private) static classGenerates the PDF stream with the Type1 and Truetype fonts returning a PdfStream.(package private) classPdfContentsis aPdfStreamcontaining the contents (text + graphics) of aPdfPage.classExtends 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.(package private) PdfStreamPdfReaderInstance.getFormXObject(int pageNumber, int compressionLevel) Gets the content stream of a page as a PdfStream object.PdfTemplate.getFormXObject(int compressionLevel) Gets the stream representing this template.(package private) abstract PdfStreamBaseFont.getFullFontStream()Returns a PdfStream object with the full font program (if possible).CJKFont.getFullFontStream()You can't get the FontStream of a CJK font (CJK fonts are never embedded), so this method always returns null.DocumentFont.getFullFontStream()Always returns null.TrueTypeFont.getFullFontStream()Returns a PdfStream object with the full font program.TrueTypeFontUnicode.getFullFontStream()Returns a PdfStream object with the full font program.Type1Font.getFullFontStream()If the embedded flag isfalseor if the font is one of the 14 built in types, it returnsnull, otherwise the font is read and output in a PdfStream object.Type3Font.getFullFontStream()Always returns null, because you can't get the FontStream of a Type3 font.TrueTypeFontUnicode.getToUnicode(Object[] metrics) Creates a ToUnicode CMap to allow copy and paste from Acrobat.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 TypeMethodDescriptionvoidPdfContentStreamProcessor.FormXObjectDoHandler.handleXObject(PdfContentStreamProcessor processor, PdfStream stream, PdfIndirectReference ref) voidPdfContentStreamProcessor.FormXObjectDoHandler.handleXObject(PdfContentStreamProcessor processor, PdfStream stream, PdfIndirectReference ref, Stack<MarkedContentInfo> markedContentStack) voidPdfContentStreamProcessor.IgnoreXObjectDoHandler.handleXObject(PdfContentStreamProcessor processor, PdfStream xobjectStream, PdfIndirectReference ref) voidPdfContentStreamProcessor.IgnoreXObjectDoHandler.handleXObject(PdfContentStreamProcessor processor, PdfStream xobjectStream, PdfIndirectReference ref, Stack<MarkedContentInfo> markedContentStack) voidPdfContentStreamProcessor.ImageXObjectDoHandler.handleXObject(PdfContentStreamProcessor processor, PdfStream xobjectStream, PdfIndirectReference ref) voidPdfContentStreamProcessor.ImageXObjectDoHandler.handleXObject(PdfContentStreamProcessor processor, PdfStream xobjectStream, PdfIndirectReference ref, Stack<MarkedContentInfo> markedContentStack) voidXObjectDoHandler.handleXObject(PdfContentStreamProcessor processor, PdfStream stream, PdfIndirectReference ref) voidXObjectDoHandler.handleXObject(PdfContentStreamProcessor processor, PdfStream stream, PdfIndirectReference ref, Stack<MarkedContentInfo> markedContentStack) -
Uses of PdfStream in com.itextpdf.text.pdf.pdfcleanup
Methods in com.itextpdf.text.pdf.pdfcleanup with parameters of type PdfStreamModifier and TypeMethodDescriptionprivate voidPdfCleanUpProcessor.insertFormXObj(PdfContentByte canvas, PdfDictionary pageDict, PdfStream formXObj, List<Rectangle> clippingRects, Rectangle annotRect)