Uses of Class
com.aowagie.text.pdf.PdfStream

Packages that use PdfStream
Package
Description
 
  • Uses of PdfStream in com.aowagie.text.pdf

    Modifier and Type
    Class
    Description
    (package private) static class 
    Generates the PDF stream with the Type1 and Truetype fonts returning a PdfStream.
    (package private) class 
    PdfContents is a PdfStream containing the contents (text + graphics) of a PdfPage.
    (package private) class 
    Extends PdfStream and should be used to create Streams for Embedded Files (file attachments).
    (package private) class 
    PdfFormObject is a type of XObject containing a template-object.
    (package private) class 
    A PdfICCBased defines a ColorSpace
    class 
    PdfImage is a PdfStream containing an image-Dictionary and -stream.
    (package private) class 
    A PdfPattern defines a ColorSpace
    class 
     
    Methods in com.aowagie.text.pdf that return PdfStream
    Modifier and Type
    Method
    Description
    private PdfStream
    PdfCopy.copyStream(PRStream in)
    Translate a PRStream to a PdfStream.
    (package private) PdfStream
    PdfImportedPage.getFormXObject(int compressionLevel)
    Gets the stream representing this page.
    (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
    Returns a PdfStream object with the full font program (if possible).
    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 is false or if the font is one of the 14 built in types, it returns null, otherwise the font is read and output in a PdfStream object.
    private PdfStream
    TrueTypeFontUnicode.getToUnicode(Object[] metrics)
    Creates a ToUnicode CMap to allow copy and paste from Acrobat.