Zum Hauptinhalt springen

Image

Anatomy

<pdf:image filename="string" type="(filename extension)" dpi="300" height="(image height)" width="(image width)" x="(current abscissa)" y="(current ordinate)"/>

Parents: pdf:header, pdf:footer, pdf:body

Description: PDF:IMAGE prints an image, specified by a filename/URL.

If the type is omitted, it will implicitly be inferred from the filename extension component of the given filename.

Attributes

NameTypeDescriptionDefined By
filenamestringFilename/URL pdf:image
typestringImage type pdf:image
dpiintDots per inch pdf:image
heightfloatHeight pdf:image
widthfloatWidth pdf:image
xfloatAbscissa pdf:image
yfloatOrdinate pdf:image