Uses of Class
org.apache.pdfbox.pdmodel.common.PDStream
-
Packages that use PDStream Package Description org.apache.pdfbox.pdfparser The pdfparser package contains classes to parse PDF documents and objects within the document.org.apache.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents.org.apache.pdfbox.pdmodel.common High level PD classes that are used throughout several packages are placed in the PDModel common package.org.apache.pdfbox.pdmodel.common.filespecification The file specification package defines classes that are used for the PDF File Specification logic.org.apache.pdfbox.pdmodel.common.function This package contains functions that are available in the PDF specification.org.apache.pdfbox.pdmodel.font Classes to deal with font functionality in a PDF Document.org.apache.pdfbox.pdmodel.graphics.color This package deals with colors that are stored in a PDF document.org.apache.pdfbox.pdmodel.graphics.xobject This package deals with images that are stored in a PDF document.org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible This is the visual signature part that help creating the visual representation for the digital signature. -
-
Uses of PDStream in org.apache.pdfbox.pdfparser
Constructors in org.apache.pdfbox.pdfparser with parameters of type PDStream Constructor Description PDFStreamParser(PDStream stream)Constructor. -
Uses of PDStream in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that return PDStream Modifier and Type Method Description PDStreamPDPage. getContents()This will get the contents of the PDF Page, in the case that the contents of the page is an array then then the entire array of streams will be be wrapped and appear as a single stream.Methods in org.apache.pdfbox.pdmodel with parameters of type PDStream Modifier and Type Method Description voidPDPage. setContents(PDStream contents)This will set the contents of this page. -
Uses of PDStream in org.apache.pdfbox.pdmodel.common
Subclasses of PDStream in org.apache.pdfbox.pdmodel.common Modifier and Type Class Description classPDMemoryStreamA PDStream represents a stream in a PDF document.classPDMetadataThis class represents metadata for various objects in a PDF document.classPDObjectStreamA PDStream represents a stream in a PDF document.Methods in org.apache.pdfbox.pdmodel.common that return PDStream Modifier and Type Method Description static PDStreamPDStream. createFromCOS(COSBase base)Create a pd stream from either a regular COSStream on a COSArray of cos streams.Methods in org.apache.pdfbox.pdmodel.common with parameters of type PDStream Modifier and Type Method Description voidCOSStreamArray. insertCOSStream(PDStream streamToBeInserted)Insert the given stream at the beginning of the existing stream array. -
Uses of PDStream in org.apache.pdfbox.pdmodel.common.filespecification
Subclasses of PDStream in org.apache.pdfbox.pdmodel.common.filespecification Modifier and Type Class Description classPDEmbeddedFileThis represents an embedded file in a file specification. -
Uses of PDStream in org.apache.pdfbox.pdmodel.common.function
Methods in org.apache.pdfbox.pdmodel.common.function that return PDStream Modifier and Type Method Description protected PDStreamPDFunction. getPDStream()Returns the underlying PDStream. -
Uses of PDStream in org.apache.pdfbox.pdmodel.font
Methods in org.apache.pdfbox.pdmodel.font that return PDStream Modifier and Type Method Description PDStreamPDFontDescriptorDictionary. getFontFile()A stream containing a Type 1 font program.PDStreamPDFontDescriptorDictionary. getFontFile2()A stream containing a true type font program.PDStreamPDFontDescriptorDictionary. getFontFile3()A stream containing a font program that is not true type or type 1.Methods in org.apache.pdfbox.pdmodel.font with parameters of type PDStream Modifier and Type Method Description static PDTrueTypeFontPDTrueTypeFont. loadTTF(PDStream fontStream, Encoding enc)This will load a TTF to be embedded into a document.voidPDFontDescriptorDictionary. setFontFile(PDStream type1Stream)Set the type 1 font program.voidPDFontDescriptorDictionary. setFontFile2(PDStream ttfStream)Set the true type font program.voidPDFontDescriptorDictionary. setFontFile3(PDStream stream)Set a stream containing a font program that is not true type or type 1. -
Uses of PDStream in org.apache.pdfbox.pdmodel.graphics.color
Methods in org.apache.pdfbox.pdmodel.graphics.color that return PDStream Modifier and Type Method Description PDStreamPDICCBased. getPDStream()Get the pd stream for this icc color space. -
Uses of PDStream in org.apache.pdfbox.pdmodel.graphics.xobject
Methods in org.apache.pdfbox.pdmodel.graphics.xobject that return PDStream Modifier and Type Method Description PDStreamPDXObject. getPDStream()Returns the stream.Constructors in org.apache.pdfbox.pdmodel.graphics.xobject with parameters of type PDStream Constructor Description PDCcitt(PDStream ccitt)Standard constructor.PDJpeg(PDStream jpeg)Standard constructor.PDPixelMap(PDStream pdStream)Standard constructor.PDXObject(PDStream xobj)Standard constuctor.PDXObjectForm(PDStream formStream)Standard constructor.PDXObjectImage(PDStream imageStream, java.lang.String fileSuffix)Standard constructor. -
Uses of PDStream in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible
Methods in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible that return PDStream Modifier and Type Method Description PDStreamPDFTemplateStructure. getHolderFormStream()Sets HolderFormStreamPDStreamPDFTemplateStructure. getImageFormStream()Gets Image form streamPDStreamPDFTemplateStructure. getInnterFormStream()Gets Inner form Stream.Methods in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible with parameters of type PDStream Modifier and Type Method Description voidPDFTemplateBuilder. createHolderForm(PDResources holderFormResources, PDStream holderFormStream, PDRectangle formrect)Creates FormvoidPDVisibleSigBuilder. createHolderForm(PDResources holderFormResources, PDStream holderFormStream, PDRectangle formrect)voidPDFTemplateBuilder. createImageForm(PDResources imageFormResources, PDResources innerFormResource, PDStream imageFormStream, PDRectangle formrect, java.awt.geom.AffineTransform affineTransform, PDJpeg img)Creates Image formvoidPDVisibleSigBuilder. createImageForm(PDResources imageFormResources, PDResources innerFormResource, PDStream imageFormStream, PDRectangle formrect, java.awt.geom.AffineTransform affineTransform, PDJpeg img)voidPDFTemplateBuilder. createInnerForm(PDResources innerFormResources, PDStream innerFormStream, PDRectangle formrect)voidPDVisibleSigBuilder. createInnerForm(PDResources innerFormResources, PDStream innerFormStream, PDRectangle formrect)voidPDFTemplateBuilder. injectAppearanceStreams(PDStream holderFormStream, PDStream innterFormStream, PDStream imageFormStream, java.lang.String imageObjectName, java.lang.String imageName, java.lang.String innerFormName, PDVisibleSignDesigner properties)injects appearance streamsvoidPDVisibleSigBuilder. injectAppearanceStreams(PDStream holderFormStream, PDStream innterFormStream, PDStream imageFormStream, java.lang.String imageObjectName, java.lang.String imageName, java.lang.String innerFormName, PDVisibleSignDesigner properties)voidPDFTemplateStructure. setHolderFormStream(PDStream holderFormStream)Sets stream of holder form StreamvoidPDFTemplateStructure. setImageFormStream(PDStream imageFormStream)Sets image form streamvoidPDFTemplateStructure. setInnterFormStream(PDStream innterFormStream)Sets inner form stream
-