Modifier and Type | Method and Description |
---|---|
PdfXObject |
Type3Glyph.addImage(ImageData image, float a, float b, float c, float d, float e, float f, boolean inlineImage)
Creates Image XObject from image and adds it to canvas.
|
Modifier and Type | Method and Description |
---|---|
PdfXObject |
PdfCanvas.addImage(ImageData image, float x, float y, boolean asInline)
Deprecated.
will be removed in 7.2, use
PdfCanvas.addImageAt(ImageData, float, float, boolean) or PdfCanvas.addXObjectAt(PdfXObject, float, float) instead
|
PdfXObject |
PdfCanvas.addImage(ImageData image, float x, float y, float width, boolean asInline)
Deprecated.
will be removed in 7.2, use
PdfCanvas.addImageFittedIntoRectangle(ImageData, Rectangle, boolean) or PdfCanvas.addXObjectFittedIntoRectangle(PdfXObject, Rectangle) instead
|
PdfXObject |
PdfCanvas.addImage(ImageData image, float x, float y, float height, boolean asInline, boolean dummy)
Deprecated.
will be removed in 7.2, use
PdfCanvas.addImageFittedIntoRectangle(ImageData, Rectangle, boolean) or PdfCanvas.addXObjectFittedIntoRectangle(PdfXObject, Rectangle) instead
|
PdfXObject |
PdfCanvas.addImage(ImageData image, float a, float b, float c, float d, float e, float f)
Deprecated.
|
PdfXObject |
PdfCanvas.addImage(ImageData image, float a, float b, float c, float d, float e, float f, boolean asInline)
Deprecated.
will be removed in 7.2, use
PdfCanvas.addImageWithTransformationMatrix(ImageData, float, float, float, float, float, float, boolean) instead
|
PdfXObject |
PdfCanvas.addImage(ImageData image, Rectangle rect, boolean asInline)
Deprecated.
will be removed in 7.2, use
PdfCanvas.addImageFittedIntoRectangle(ImageData, Rectangle, boolean) or PdfCanvas.addXObjectFittedIntoRectangle(PdfXObject, Rectangle) instead
|
PdfXObject |
PdfCanvas.addImageAt(ImageData image, float x, float y, boolean asInline)
Creates PdfImageXObject from image and adds it to the specified position.
|
PdfXObject |
PdfCanvas.addImageFittedIntoRectangle(ImageData image, Rectangle rect, boolean asInline)
Creates PdfImageXObject from image and fitted into specific rectangle on canvas.
|
PdfXObject |
PdfCanvas.addImageWithTransformationMatrix(ImageData image, float a, float b, float c, float d, float e, float f)
Creates PdfImageXObject from image and adds it to canvas.
|
PdfXObject |
PdfCanvas.addImageWithTransformationMatrix(ImageData image, float a, float b, float c, float d, float e, float f, boolean asInline)
Creates PdfImageXObject from image and adds it to canvas.
|
Modifier and Type | Method and Description |
---|---|
PdfCanvas |
PdfCanvas.addXObject(PdfXObject xObject)
Adds PdfXObject on canvas.
|
PdfCanvas |
PdfCanvas.addXObject(PdfXObject xObject, float x, float y)
Deprecated.
will be removed in 7.2, use
PdfCanvas.addXObjectAt(PdfXObject, float, float) instead
|
PdfCanvas |
PdfCanvas.addXObject(PdfXObject xObject, float x, float y, float width)
Deprecated.
will be removed in 7.2, use
PdfCanvas.addXObjectFittedIntoRectangle(PdfXObject, Rectangle) (PdfXObject, Rectangle)} and calculateProportionallyFitRectangleWithWidth(PdfXObject, float, float, float) instead
|
PdfCanvas |
PdfCanvas.addXObject(PdfXObject xObject, float x, float y, float height, boolean dummy)
Deprecated.
will be removed in 7.2, use
PdfCanvas.addXObjectFittedIntoRectangle(PdfXObject, Rectangle) (PdfXObject, Rectangle)} and calculateProportionallyFitRectangleWithHeight(PdfXObject, float, float, float) instead
|
PdfCanvas |
PdfCanvas.addXObject(PdfXObject xObject, float a, float b, float c, float d, float e, float f)
Deprecated.
will be removed in 7.2, use
PdfCanvas.addXObjectWithTransformationMatrix(PdfXObject, float, float, float, float, float, float) instead
|
PdfCanvas |
PdfCanvas.addXObject(PdfXObject xObject, Rectangle rect)
Deprecated.
will be removed in 7.2, use
PdfCanvas.addXObjectFittedIntoRectangle(PdfXObject, Rectangle) instead
|
PdfCanvas |
PdfCanvas.addXObjectAt(PdfXObject xObject, float x, float y)
Adds PdfXObject to the specified position.
|
PdfCanvas |
PdfCanvas.addXObjectFittedIntoRectangle(PdfXObject xObject, Rectangle rect)
Adds PdfXObject fitted into specific rectangle on canvas.
|
PdfCanvas |
PdfCanvas.addXObjectWithTransformationMatrix(PdfXObject xObject, float a, float b, float c, float d, float e, float f)
Adds PdfXObject to canvas.
|
Modifier and Type | Method and Description |
---|---|
PdfXObject |
WmfImageHelper.createFormXObject(PdfDocument document)
Create a PdfXObject based on the WMF image.
|
Modifier and Type | Class and Description |
---|---|
class |
PdfFormXObject
A wrapper for Form XObject.
|
class |
PdfImageXObject
A wrapper for Image XObject.
|
Modifier and Type | Method and Description |
---|---|
static PdfXObject |
PdfXObject.makeXObject(PdfStream stream)
|
Modifier and Type | Method and Description |
---|---|
static Rectangle |
PdfXObject.calculateProportionallyFitRectangleWithHeight(PdfXObject xObject, float x, float y, float height)
Calculates a rectangle with the specified coordinates and height, and the width is calculated in such a way that the original proportions of the xObject do not change.
|
static Rectangle |
PdfXObject.calculateProportionallyFitRectangleWithWidth(PdfXObject xObject, float x, float y, float width)
Calculates a rectangle with the specified coordinates and width, and the height is calculated in such a way that the original proportions of the xObject do not change.
|
Modifier and Type | Field and Description |
---|---|
protected PdfXObject |
Image.xObject |
Modifier and Type | Method and Description |
---|---|
PdfXObject |
Image.getXObject()
Gets the XObject contained in this image object
|
Modifier and Type | Field and Description |
---|---|
protected PdfXObject |
BackgroundImage.image |
Modifier and Type | Method and Description |
---|---|
BackgroundImage.Builder |
BackgroundImage.Builder.setImage(PdfXObject image)
Sets image.
|
Modifier and Type | Method and Description |
---|---|
protected PdfXObject |
ResourceResolver.createImageByUrl(URL url)
Create a iText XObject based on the image stored at the passed location.
|
PdfXObject |
ResourceResolver.retrieveImageExtended(String src)
Retrieve image as either PdfImageXObject , or PdfFormXObject .
|
protected PdfXObject |
ResourceResolver.tryResolveBase64ImageSource(String src) |
protected PdfXObject |
ResourceResolver.tryResolveUrlImageSource(String uri) |
Copyright © 1998–2023 iText Group NV. All rights reserved.