Uses of Class
com.itextpdf.kernel.pdf.xobject.PdfXObject
Package
Description
-
Uses of PdfXObject in com.itextpdf.kernel.font
Modifier and TypeMethodDescriptionType3Glyph.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. -
Uses of PdfXObject in com.itextpdf.kernel.pdf.canvas
Modifier and TypeMethodDescriptionPdfCanvas.addImageAt
(ImageData image, float x, float y, boolean asInline) CreatesPdfImageXObject
from image and adds it to the specified position.PdfCanvas.addImageFittedIntoRectangle
(ImageData image, Rectangle rect, boolean asInline) CreatesPdfImageXObject
from image and fitted into specific rectangle on canvas.PdfCanvas.addImageWithTransformationMatrix
(ImageData image, float a, float b, float c, float d, float e, float f) CreatesPdfImageXObject
from image and adds it to canvas.PdfCanvas.addImageWithTransformationMatrix
(ImageData image, float a, float b, float c, float d, float e, float f, boolean asInline) CreatesPdfImageXObject
from image and adds it to canvas.Modifier and TypeMethodDescriptionPdfCanvas.addXObject
(PdfXObject xObject) AddsPdfXObject
on canvas.PdfCanvas.addXObjectAt
(PdfXObject xObject, float x, float y) AddsPdfXObject
to the specified position.PdfCanvas.addXObjectFittedIntoRectangle
(PdfXObject xObject, Rectangle rect) AddsPdfXObject
fitted into specific rectangle on canvas.PdfCanvas.addXObjectWithTransformationMatrix
(PdfXObject xObject, float a, float b, float c, float d, float e, float f) AddsPdfXObject
to canvas. -
Uses of PdfXObject in com.itextpdf.kernel.pdf.canvas.wmf
Modifier and TypeMethodDescriptionWmfImageHelper.createFormXObject
(PdfDocument document) Create a PdfXObject based on the WMF image. -
Uses of PdfXObject in com.itextpdf.kernel.pdf.xobject
Modifier and TypeClassDescriptionclass
A wrapper for Form XObject.class
A wrapper for Image XObject.Modifier and TypeMethodDescriptionstatic 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. -
Uses of PdfXObject in com.itextpdf.layout.element
Modifier and TypeMethodDescriptionImage.getXObject()
Gets the XObject contained in this image object -
Uses of PdfXObject in com.itextpdf.layout.properties
-
Uses of PdfXObject in com.itextpdf.styledxmlparser.resolver.resource
Modifier and TypeMethodDescriptionprotected PdfXObject
ResourceResolver.createImageByUrl
(URL url) Create a iText XObject based on the image stored at the passed location.ResourceResolver.retrieveImage
(String src) Retrieve image as eitherPdfImageXObject
, orPdfFormXObject
.protected PdfXObject
ResourceResolver.tryResolveBase64ImageSource
(String src) protected PdfXObject
ResourceResolver.tryResolveUrlImageSource
(String uri)