text

Summary

Insert text into pdf document.

Usage

{pdf( text, text, hash( [ font, font_name, ]
  [ size, font_size>, ]
  [ align, text_alignment, ]
  [ rgb, rgb_color, ]
  [ cmyk, cmyk_color ] ) )}

Parameters

NameTypeDescriptionRequired
text string Text to insert into PDF document yes
font strinf Font to use no
size integer Font size no
align text Text justification, left, right, center and full no
rgb array RGB color of text, range 0 .. 255 no
cmyk array CMYK color no

Returns

Description

Insert regular text into PDF document. Font type, size and alignment can be specified.)}

Examples

{pdf( text, 'Exponential and PDF', hash( font, 'Times-Roman',

size, 22,

align, 'center' ) )}

Comments

Contents

Reference

Database diagram
Template operators
    PDF
       anchor
       createIndex
       filled_circle
       filled_rectangle
       footer
       footer_block
       frame_header
       frontpage
       header
       header_block
       image
       keyword
       line
       link
       newline
       newpage
       set_font
       set_margin
       strike
       table
       text
       text_box
       text_frame
       toc
       ul
    Arrays
    Data extraction
    Formatting
    Images
    Logic
    Mathematics
    Miscellaneous
    Strings
    URLs
    Variables
Template functions
Data fetching
Modules
XML tags


Created

14/05/2004
10:06:34 am
by Kåre Køhler Høvik

Last updated

14/05/2004
10:06:34 am
by Kåre Køhler Høvik

Authors

Kåre Køhler Høvik



This page is part of the Exponential documentation. The documentation is available under the GNU Free Documentation License. All contributions will be released under the terms of this license.