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 classGenerates the PDF stream with the Type1 and Truetype fonts returning a PdfStream.(package private) classPdfContentsis aPdfStreamcontaining the contents (text + graphics) of aPdfPage.classPdfFormObjectis a type of XObject containing a template-object.classAPdfPatterndefines a ColorSpaceclassMethods in com.gitlab.pdftk_java.com.lowagie.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.private PdfStreamType1Font.getFontStream()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.(package private) PdfStreamPdfImportedPage.getFormXObject()(package private) PdfStreamPdfPSXObject.getFormXObject()Gets the stream representing this object.(package private) PdfStreamPdfReaderInstance.getFormXObject(int pageNumber) (package private) PdfStreamPdfTemplate.getFormXObject()Gets the stream representing this template.private PdfStreamTrueTypeFontUnicode.getToUnicode(Object[] metrics) Creates a ToUnicode CMap to allow copy and paste from Acrobat.