protected PdfStream |
PdfCopy.copyStream(PRStream in) |
Translate a PRStream to a PdfStream.
|
PdfStream |
PdfArray.getAsStream(int idx) |
Returns a PdfObject as a PdfStream , resolving indirect references.
|
PdfStream |
PdfDictionary.getAsStream(PdfName key) |
Returns a PdfObject as a PdfStream , resolving indirect references.
|
(package private) PdfStream |
PdfImportedPage.getFormXObject(int compressionLevel) |
Gets the stream representing this page.
|
(package private) PdfStream |
PdfPSXObject.getFormXObject(int compressionLevel) |
Gets the stream representing this object.
|
(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 |
BaseFont.getFullFontStream() |
Returns a PdfStream object with the full font program (if possible).
|
PdfStream |
CJKFont.getFullFontStream() |
You can't get the FontStream of a CJK font (CJK fonts are never embedded), so this method always returns null.
|
PdfStream |
DocumentFont.getFullFontStream() |
Always returns null.
|
PdfStream |
TrueTypeFont.getFullFontStream() |
Returns a PdfStream object with the full font program.
|
PdfStream |
TrueTypeFontUnicode.getFullFontStream() |
Returns a PdfStream object with the full font program.
|
PdfStream |
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.
|
PdfStream |
Type3Font.getFullFontStream() |
Always returns null, because you can't get the FontStream of a Type3 font.
|
private PdfStream |
TrueTypeFontUnicode.getToUnicode(int[][] metrics) |
Creates a ToUnicode CMap to allow copy and paste from Acrobat.
|