You're now here » Home » img
img
You can use this tag to insert images into your pdf file. It can be used anywhere within a <body> element except in a <cell> or <multicell> element.
Attribute Values
| value | Description |
|---|---|
| src | Mandatory. You must specify this option as the path and filename to your image. |
| left | Left margin. Distance to the left side of the page. |
| top | Top margin. Distance to the top of the page. |
| width | Width of the image. |
| height | Height of the image. |
Example:
..
<img src="logo.jpg" top="10" left="10">
..
See also: