Uses of Class
com.aowagie.text.pdf.PdfStream
Packages that use PdfStream
-
Uses of PdfStream in com.aowagie.text.pdf
Subclasses of PdfStream in com.aowagie.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.(package private) classExtends PdfStream and should be used to create Streams for Embedded Files (file attachments).(package private) classPdfFormObjectis a type of XObject containing a template-object.(package private) classAPdfICCBaseddefines a ColorSpaceclassPdfImageis aPdfStreamcontaining an image-Dictionaryand -stream.(package private) classAPdfPatterndefines a ColorSpaceclassMethods in com.aowagie.text.pdf that return PdfStreamModifier and TypeMethodDescriptionprivate PdfStreamPdfCopy.copyStream(PRStream in) Translate a PRStream to a PdfStream.(package private) PdfStreamPdfImportedPage.getFormXObject(int compressionLevel) Gets the stream representing this page.(package private) PdfStreamPdfReaderInstance.getFormXObject(int pageNumber, int compressionLevel) Gets the content stream of a page as a PdfStream object.(package private) PdfStreamPdfTemplate.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.private PdfStreamTrueTypeFontUnicode.getToUnicode(Object[] metrics) Creates a ToUnicode CMap to allow copy and paste from Acrobat.