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 class
Generates the PDF stream with the Type1 and Truetype fonts returning a PdfStream.(package private) class
PdfContents
is aPdfStream
containing the contents (text + graphics) of aPdfPage
.class
Extends PdfStream and should be used to create Streams for Embedded Files (file attachments).class
PdfFormObject
is a type of XObject containing a template-object.class
APdfICCBased
defines a ColorSpaceclass
PdfImage
is aPdfStream
containing an image-Dictionary
and -stream.class
APdfPattern
defines a ColorSpaceclass
Fields in com.lowagie.text.pdf with type parameters of type PdfStreamModifier and TypeFieldDescriptionprotected HashMap
<PdfStream, PdfIndirectReference> PdfWriter.JBIG2Globals
A HashSet with Stream objects containing JBIG2 GlobalsMethods in com.lowagie.text.pdf that return PdfStreamModifier and TypeMethodDescriptionprotected PdfStream
PdfCopy.copyStream
(PRStream in) Translate a PRStream to a PdfStream.PdfArray.getAsStream
(int idx) Returns aPdfObject
as aPdfStream
, resolving indirect references.PdfDictionary.getAsStream
(PdfName key) Returns aPdfObject
as aPdfStream
, resolving indirect references.(package private) PdfStream
PdfImportedPage.getFormXObject
(int compressionLevel) Gets the stream representing this page.(package private) 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.(package private) 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).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 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.Type3Font.getFullFontStream()
Always returns null, because you can't get the FontStream of a Type3 font.private PdfStream
TrueTypeFontUnicode.getToUnicode
(int[][] metrics) Creates a ToUnicode CMap to allow copy and paste from Acrobat.