Type: | Images and Specials |
---|---|
Attributes: | dpi • src • align • alt • background-color • background-image-dpi • background-image-position • background-image • background-pdf • border-color • border-style • border-width • border • clear • corner-radius • display • float • font-size • height • href • left • line-cap • line-height • line-join • margin • onmouseover • overflow • padding • page-break-after • page-break-inside • position • rotate • size • title • top • vertical-align • visibility • white-space • width • class • colorspace • direction • id • lang • pdf-tag-background-color • pdf-tag-border-color • pdf-tag-border-style • pdf-tag-border-thickness • pdf-tag-color • pdf-tag-list-numbering • pdf-tag-placement • pdf-tag-table-colspan • pdf-tag-table-headers • pdf-tag-table-rowspan • pdf-tag-table-scope • pdf-tag-table-summary • pdf-tag-text-align • pdf-tag-type |
See: | circle ellipse pdf shape |
Embeds a bitmap image into the PDF. Recognized image formats are PNG, JPEG, GIF and TIFF.
There are several restrictions on the type of image:
These show the three methods of inserting an image
<img src="myimage.jpg"/> <!-- embed at images default resolution --> <img src="myimage.jpg" dpi="200"/> <!-- embed at 200dpi --> <img src="myimage.jpg" width="150" height="100"/> <!-- embed at a specified size -->