Modifier and Type | Method and Description |
---|---|
PdfAcroForm |
PdfAcroForm.setXFAResource(PdfStream xfaResource)
Sets the XFA property on the AcroForm.
|
Modifier and Type | Method and Description |
---|---|
PdfFormField |
PdfFormField.setAppearance(PdfName appearanceType, String appearanceState, PdfStream appearanceStream)
Sets an appearance for (the widgets related to) the form field.
|
Modifier and Type | Method and Description |
---|---|
PdfStream |
DocTrueTypeFont.getFontFile() |
protected PdfStream |
PdfFont.getPdfFontStream(byte[] fontStreamBytes, int[] fontStreamLengths)
Create PdfStream based on fontStreamBytes .
|
PdfStream |
PdfType0Font.getToUnicode()
Creates a ToUnicode CMap to allow copy and paste from Acrobat.
|
PdfStream |
PdfType0Font.getToUnicode(Object[] metrics)
Deprecated.
will be removed in 7.2. Use
PdfType0Font.getToUnicode() instead
|
Modifier and Type | Method and Description |
---|---|
PdfStream |
PdfArray.getAsStream(int index)
Returns the element at the specified index as a PdfStream.
|
PdfStream |
PdfDictionary.getAsStream(PdfName key)
Returns the value associated to this key as a PdfStream.
|
PdfStream |
PdfPage.getContentStream(int index)
Gets the content stream at specified 0-based index in the Contents object PdfArray .
|
PdfStream |
PdfOutputIntent.getDestOutputProfile() |
PdfStream |
PdfPage.getFirstContentStream()
|
PdfStream |
PdfPage.getLastContentStream()
|
PdfStream |
PdfPage.getXmpMetadata()
Gets the XMP Metadata object.
|
PdfStream |
PdfPage.newContentStreamAfter()
|
PdfStream |
PdfPage.newContentStreamBefore()
|
Modifier and Type | Method and Description |
---|---|
PdfName |
PdfResources.addForm(PdfStream form)
Adds PdfStream to the resources as form.
|
PdfName |
PdfResources.addImage(PdfStream image)
Adds PdfStream to the resources as image.
|
protected boolean |
PdfOutputStream.checkEncryption(PdfStream pdfStream) |
void |
PdfDocument.checkIsoConformance(Object obj, IsoKey key, PdfResources resources, PdfStream contentStream)
Checks whether PDF document conforms a specific standard.
|
protected boolean |
PdfOutputStream.containsFlateFilter(PdfStream pdfStream) |
protected byte[] |
PdfOutputStream.decodeFlateBytes(PdfStream stream, byte[] bytes) |
void |
PdfDocument.markStreamAsEmbeddedFile(PdfStream stream)
Marks PdfStream object as embedded file stream.
|
protected void |
PdfReader.readObjectStream(PdfStream objectStream) |
InputStream |
PdfReader.readStream(PdfStream stream, boolean decode)
Reads, decrypts and optionally decodes stream bytes into ByteArrayInputStream .
|
byte[] |
PdfReader.readStreamBytes(PdfStream stream, boolean decode)
Reads, decrypt and optionally decode stream bytes.
|
byte[] |
PdfReader.readStreamBytesRaw(PdfStream stream)
Reads and decrypt stream bytes.
|
protected void |
PdfOutputStream.updateCompressionFilter(PdfStream pdfStream) |
Constructor and Description |
---|
PdfEncryptedPayloadDocument(PdfStream pdfObject, PdfFileSpec fileSpec, String name) |
Modifier and Type | Method and Description |
---|---|
static PdfAction |
PdfAction.createSound(PdfStream sound)
Creates a Sound action (section 12.6.4.8 of ISO 32000-1).
|
static PdfAction |
PdfAction.createSound(PdfStream sound, float volume, boolean synchronous, boolean repeat, boolean mix)
Creates a Sound action (section 12.6.4.8 of ISO 32000-1).
|
Modifier and Type | Method and Description |
---|---|
PdfStream |
PdfRedactAnnotation.getRedactRolloverAppearance() |
PdfStream |
PdfSoundAnnotation.getSound() |
PdfStream |
PdfAnnotationAppearance.getStateObject(PdfName stateName) |
Modifier and Type | Method and Description |
---|---|
PdfRedactAnnotation |
PdfRedactAnnotation.setRedactRolloverAppearance(PdfStream stream) |
PdfAnnotationAppearance |
PdfAnnotationAppearance.setStateObject(PdfName stateName, PdfStream state) |
Constructor and Description |
---|
PdfSoundAnnotation(Rectangle rect, PdfStream sound)
Creates a new Sound annotation.
|
Modifier and Type | Field and Description |
---|---|
protected PdfStream |
PdfCanvas.contentStream
the content stream for this canvas object.
|
Modifier and Type | Method and Description |
---|---|
PdfStream |
PdfCanvas.getContentStream()
Please, use this method with caution and only if you know what you are doing.
|
Modifier and Type | Method and Description |
---|---|
void |
PdfCanvas.attachContentStream(PdfStream contentStream)
Attaches new content stream to the canvas.
|
Constructor and Description |
---|
PdfCanvas(PdfStream contentStream, PdfResources resources, PdfDocument document)
Creates PdfCanvas from content stream of page, form XObject, pattern etc.
|
PdfPatternCanvas(PdfStream contentStream, PdfResources resources, PdfDocument document)
Creates PdfPatternCanvas from content stream of page, form XObject, pattern etc.
|
Modifier and Type | Method and Description |
---|---|
protected PdfStream |
PdfCanvasProcessor.getXObjectStream(PdfName xobjectName) |
Modifier and Type | Method and Description |
---|---|
void |
IXObjectDoHandler.handleXObject(PdfCanvasProcessor processor, Stack<CanvasTag> canvasTagHierarchy, PdfStream stream, PdfName xObjectName) |
Constructor and Description |
---|
ImageRenderInfo(Stack<CanvasTag> canvasTagHierarchy, CanvasGraphicsState gs, Matrix ctm, PdfStream imageStream, PdfName resourceName, PdfDictionary colorSpaceDictionary, boolean isInline)
Creates an ImageRenderInfo.
|
Modifier and Type | Method and Description |
---|---|
static PdfStream |
InlineImageParsingUtils.parse(PdfCanvasParser ps, PdfDictionary colorSpaceDic)
Parses an inline image from the provided content parser.
|
Modifier and Type | Method and Description |
---|---|
static PdfStream |
PdfCieBasedCs.IccBased.getIccProfileStream(IccProfile iccProfile) |
static PdfStream |
PdfCieBasedCs.IccBased.getIccProfileStream(IccProfile iccProfile, float[] range) |
static PdfStream |
PdfCieBasedCs.IccBased.getIccProfileStream(InputStream iccStream) |
static PdfStream |
PdfCieBasedCs.IccBased.getIccProfileStream(InputStream iccStream, float[] range) |
Constructor and Description |
---|
CoonsPatchMesh(PdfStream pdfStream)
Creates the new instance of the class from the existing PdfStream .
|
FreeFormGouraudShadedTriangleMesh(PdfStream pdfStream)
Creates the new instance of the class from the existing PdfStream .
|
LatticeFormGouraudShadedTriangleMesh(PdfStream pdfStream)
Creates the new instance of the class from the existing PdfStream .
|
TensorProductPatchMesh(PdfStream pdfStream)
Creates the new instance of the class from the existing PdfStream .
|
Tiling(PdfStream pdfObject)
Creates new instance from the PdfStream object.
|
Constructor and Description |
---|
Type0(PdfStream pdfObject) |
Type4(PdfStream pdfObject) |
Modifier and Type | Method and Description |
---|---|
PdfStream |
TagTreePointer.getCurrentContentStream() |
Modifier and Type | Method and Description |
---|---|
TagTreePointer |
TagTreePointer.setContentStreamForTagging(PdfStream contentStream)
Sometimes, tags are desired to be connected with the content that resides not in the page's content stream, but rather in the some appearance stream or in the form xObject stream.
|
Modifier and Type | Method and Description |
---|---|
static PdfXObject |
PdfXObject.makeXObject(PdfStream stream)
|
Constructor and Description |
---|
PdfFormXObject(PdfStream pdfStream)
Create PdfFormXObject instance by PdfStream .
|
PdfImageXObject(PdfStream pdfStream)
Create PdfImageXObject instance by PdfStream .
|
PdfXObject(PdfStream pdfObject) |
Modifier and Type | Method and Description |
---|---|
boolean |
CompareTool.compareStreams(PdfStream outStream, PdfStream cmpStream)
Simple method that compares two given PdfStreams by content.
|
CompareTool.CompareResult |
CompareTool.compareStreamsStructure(PdfStream outStream, PdfStream cmpStream)
Compares structures of two corresponding streams from out and cmp PDF documents.
|
Modifier and Type | Method and Description |
---|---|
void |
PdfADocument.checkIsoConformance(Object obj, IsoKey key, PdfResources resources, PdfStream contentStream) |
Modifier and Type | Method and Description |
---|---|
protected void |
PdfA2Checker.checkAppearanceStream(PdfStream appearanceStream) |
protected void |
PdfAChecker.checkAppearanceStream(PdfStream appearanceStream)
Check single annotation appearance stream.
|
void |
PdfA2Checker.checkColor(Color color, PdfDictionary currentColorSpaces, Boolean fill, PdfStream contentStream) |
void |
PdfA1Checker.checkColor(Color color, PdfDictionary currentColorSpaces, Boolean fill, PdfStream stream) |
void |
PdfAChecker.checkColor(Color color, PdfDictionary currentColorSpaces, Boolean fill, PdfStream contentStream)
This method checks compliance with the color restrictions imposed by the available color spaces in the document.
|
protected void |
PdfA1Checker.checkContentStream(PdfStream contentStream) |
protected void |
PdfAChecker.checkContentStream(PdfStream contentStream)
Attest content stream conformance with appropriate specification.
|
void |
PdfA2Checker.checkExtGState(CanvasGraphicsState extGState, PdfStream contentStream) |
void |
PdfA1Checker.checkExtGState(CanvasGraphicsState extGState, PdfStream contentStream) |
void |
PdfAChecker.checkExtGState(CanvasGraphicsState extGState, PdfStream contentStream)
Performs a number of checks on the graphics state, among others ISO 19005-1 section 6.2.8 and 6.4 and ISO 19005-2 section 6.2.5 and 6.2.10.
|
void |
PdfA2Checker.checkFontGlyphs(PdfFont font, PdfStream contentStream) |
void |
PdfAChecker.checkFontGlyphs(PdfFont font, PdfStream contentStream)
Performs a check of the each font glyph as a Form XObject.
|
protected void |
PdfA2Checker.checkFormXObject(PdfStream form) |
protected void |
PdfA1Checker.checkFormXObject(PdfStream form) |
protected abstract void |
PdfAChecker.checkFormXObject(PdfStream form) |
protected void |
PdfA2Checker.checkFormXObject(PdfStream form, PdfStream contentStream) |
protected void |
PdfA2Checker.checkImage(PdfStream image, PdfDictionary currentColorSpaces) |
protected void |
PdfA1Checker.checkImage(PdfStream image, PdfDictionary currentColorSpaces) |
protected abstract void |
PdfAChecker.checkImage(PdfStream image, PdfDictionary currentColorSpaces) |
void |
PdfA2Checker.checkInlineImage(PdfStream inlineImage, PdfDictionary currentColorSpaces) |
void |
PdfA1Checker.checkInlineImage(PdfStream inlineImage, PdfDictionary currentColorSpaces) |
abstract void |
PdfAChecker.checkInlineImage(PdfStream inlineImage, PdfDictionary currentColorSpaces)
This method checks compliance with the inline image restrictions in the PDF/A specs, specifically filter parameters.
|
protected void |
PdfA2Checker.checkPdfStream(PdfStream stream) |
protected void |
PdfA1Checker.checkPdfStream(PdfStream stream) |
protected abstract void |
PdfAChecker.checkPdfStream(PdfStream stream) |
Copyright © 1998–2023 iText Group NV. All rights reserved.