Uses of Class
com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfStream
Packages that use PdfStream
-
Uses of PdfStream in com.gitlab.pdftk_java.com.lowagie.text.pdf
Subclasses of PdfStream in com.gitlab.pdftk_java.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
PdfFormObject
is a type of XObject containing a template-object.class
APdfPattern
defines a ColorSpaceclass
Methods in com.gitlab.pdftk_java.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.private PdfStream
Type1Font.getFontStream()
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.(package private) PdfStream
PdfImportedPage.getFormXObject()
(package private) PdfStream
PdfPSXObject.getFormXObject()
Gets the stream representing this object.(package private) PdfStream
PdfReaderInstance.getFormXObject
(int pageNumber) (package private) PdfStream
PdfTemplate.getFormXObject()
Gets the stream representing this template.private PdfStream
TrueTypeFontUnicode.getToUnicode
(Object[] metrics) Creates a ToUnicode CMap to allow copy and paste from Acrobat.