Uses of Class
com.lowagie.text.pdf.PdfStream
Packages that use PdfStream
-
Uses of PdfStream in com.lowagie.text.pdf
Subclasses of PdfStream in com.lowagie.text.pdfModifier and TypeClassDescription(package private) static classDeprecated.Generates the PDF stream with the Type1 and Truetype fonts returning a PdfStream.(package private) classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.Fields in com.lowagie.text.pdf with type parameters of type PdfStreamModifier and TypeFieldDescriptionprotected HashMap<PdfStream, PdfIndirectReference> PdfWriter.JBIG2GlobalsDeprecated.A HashSet with Stream objects containing JBIG2 GlobalsMethods in com.lowagie.text.pdf that return PdfStreamModifier and TypeMethodDescriptionprotected PdfStreamPdfCopy.copyStream(PRStream in) Deprecated.Translate a PRStream to a PdfStream.PdfArray.getAsStream(int idx) Deprecated.Returns aPdfObjectas aPdfStream, resolving indirect references.PdfDictionary.getAsStream(PdfName key) Deprecated.Returns aPdfObjectas aPdfStream, resolving indirect references.(package private) PdfStreamPdfImportedPage.getFormXObject(int compressionLevel) Deprecated.Gets the stream representing this page.(package private) PdfStreamPdfPSXObject.getFormXObject(int compressionLevel) Deprecated.Gets the stream representing this object.(package private) PdfStreamPdfReaderInstance.getFormXObject(int pageNumber, int compressionLevel) Deprecated.Gets the content stream of a page as a PdfStream object.(package private) PdfStreamPdfTemplate.getFormXObject(int compressionLevel) Deprecated.Gets the stream representing this template.(package private) abstract PdfStreamBaseFont.getFullFontStream()Deprecated.Returns a PdfStream object with the full font program (if possible).CJKFont.getFullFontStream()Deprecated.You can't get the FontStream of a CJK font (CJK fonts are never embedded), so this method always returns null.DocumentFont.getFullFontStream()Deprecated.Always returns null.TrueTypeFont.getFullFontStream()Deprecated.Returns a PdfStream object with the full font program.TrueTypeFontUnicode.getFullFontStream()Deprecated.Returns a PdfStream object with the full font program.Type1Font.getFullFontStream()Deprecated.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()Deprecated.Always returns null, because you can't get the FontStream of a Type3 font.private PdfStreamTrueTypeFontUnicode.getToUnicode(int[][] metrics) Deprecated.Creates a ToUnicode CMap to allow copy and paste from Acrobat.