|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PDStream | |
org.pdfbox.pdfparser | The pdfparser package contains classes to parse PDF documents and objects within the document. |
org.pdfbox.pdmodel | The PDModel package represents a high level API for creating and manipulating PDF documents. |
org.pdfbox.pdmodel.common | High level PD classes that are used throughout several packages are placed in the PDModel common package. |
org.pdfbox.pdmodel.common.filespecification | The file specification package defines classes that are used for the PDF File Specification logic. |
org.pdfbox.pdmodel.common.function | This package contains functions that are available in the PDF specification. |
org.pdfbox.pdmodel.font | Classes to deal with font functionality in a PDF Document. |
org.pdfbox.pdmodel.graphics.color | This package deals with colors that are stored in a PDF document. |
org.pdfbox.pdmodel.graphics.xobject | This package deals with images that are stored in a PDF document. |
Uses of PDStream in org.pdfbox.pdfparser |
Constructors in org.pdfbox.pdfparser with parameters of type PDStream | |
PDFStreamParser(PDStream stream)
Constructor. |
Uses of PDStream in org.pdfbox.pdmodel |
Methods in org.pdfbox.pdmodel that return PDStream | |
PDStream |
PDPage.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.pdfbox.pdmodel with parameters of type PDStream | |
void |
PDPage.setContents(PDStream contents)
This will set the contents of this page. |
Uses of PDStream in org.pdfbox.pdmodel.common |
Subclasses of PDStream in org.pdfbox.pdmodel.common | |
class |
PDMemoryStream
A PDStream represents a stream in a PDF document. |
class |
PDMetadata
This class represents metadata for various objects in a PDF document. |
class |
PDObjectStream
A PDStream represents a stream in a PDF document. |
Methods in org.pdfbox.pdmodel.common that return PDStream | |
static PDStream |
PDStream.createFromCOS(COSBase base)
Create a pd stream from either a regular COSStream on a COSArray of cos streams. |
Uses of PDStream in org.pdfbox.pdmodel.common.filespecification |
Subclasses of PDStream in org.pdfbox.pdmodel.common.filespecification | |
class |
PDEmbeddedFile
This represents an embedded file in a file specification. |
Uses of PDStream in org.pdfbox.pdmodel.common.function |
Constructors in org.pdfbox.pdmodel.common.function with parameters of type PDStream | |
PDStreamFunction(PDStream functionDictionary)
Constructor. |
|
PDFunctionType4(PDStream functionDictionary)
Constructor. |
|
PDFunctionType0(PDStream functionDictionary)
Constructor. |
Uses of PDStream in org.pdfbox.pdmodel.font |
Methods in org.pdfbox.pdmodel.font that return PDStream | |
PDStream |
PDSimpleFont.getToUnicode()
This will get the ToUnicode stream. |
PDStream |
PDFontDescriptorDictionary.getFontFile()
A stream containing a Type 1 font program. |
PDStream |
PDFontDescriptorDictionary.getFontFile2()
A stream containing a true type font program. |
PDStream |
PDFontDescriptorDictionary.getFontFile3()
A stream containing a font program that is not true type or type 1. |
Methods in org.pdfbox.pdmodel.font with parameters of type PDStream | |
void |
PDSimpleFont.setToUnicode(PDStream unicode)
This will set the ToUnicode stream. |
void |
PDFontDescriptorDictionary.setFontFile(PDStream type1Stream)
Set the type 1 font program. |
void |
PDFontDescriptorDictionary.setFontFile2(PDStream ttfStream)
Set the true type font program. |
void |
PDFontDescriptorDictionary.setFontFile3(PDStream stream)
Set a stream containing a font program that is not true type or type 1. |
Uses of PDStream in org.pdfbox.pdmodel.graphics.color |
Methods in org.pdfbox.pdmodel.graphics.color that return PDStream | |
PDStream |
PDICCBased.getPDStream()
Get the pd stream for this icc color space. |
Uses of PDStream in org.pdfbox.pdmodel.graphics.xobject |
Methods in org.pdfbox.pdmodel.graphics.xobject that return PDStream | |
PDStream |
PDXObject.getPDStream()
Returns the stream. |
Constructors in org.pdfbox.pdmodel.graphics.xobject with parameters of type PDStream | |
PDXObjectImage(PDStream imageStream,
String fileSuffix)
Standard constuctor. |
|
PDXObjectForm(PDStream formStream)
Standard constuctor. |
|
PDXObject(PDStream xobj)
Standard constuctor. |
|
PDPixelMap(PDStream pdStream)
Standard constructor. |
|
PDJpeg(PDStream jpeg)
Standard constructor. |
|
PDCcitt(PDStream ccitt)
Standard constructor. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |