Package | Description |
---|---|
com.itextpdf.kernel.font | |
com.itextpdf.kernel.pdf.canvas | |
com.itextpdf.kernel.pdf.canvas.wmf | |
com.itextpdf.kernel.pdf.xobject |
Modifier and Type | Method and Description |
---|---|
PdfXObject |
Type3Glyph.addImageWithTransformationMatrix(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.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.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.
|
Copyright © 1998–2023 Apryse Group NV. All rights reserved.