ez.no / exponential / documentation / reference / template operators / pdf / text_box
{pdf( text_box, hash( text, text
y, y_offset,
x, x_offset,
width, total width,
[ align, text_alignment, ]
[ size, text_size ] ) )}
| Name | Type | Description | Required |
|---|---|---|---|
| text | string | Text to insert | yes |
| y | float | Y offset | yes |
| x | float | X offset | yes |
| width | float | Text width | yes |
| align | string | Text alignment, left, right, center or full. Default left. | no |
| size | float | Text size | no |
Inserts text into the specified area.
Availble from 3.4 and newer
{pdf( text_box, hash( text, "Text Box Test"|wash(pdf), x, 250, y, 400, width, 25 ) )}
Will insert Text Box Test into the document. Other content will flow over or below the text.
log in or create a user account to comment.
Comments