frontpage

Summary

Create and insert content into frontpage

Usage

{pdf( frontpage, hash( text, page_text,
       [ align, text_alignment, ]
       [ top_margin, top_text_margin, ]
       [ size, text_size ] ) )}

Parameters

NameTypeDescriptionRequired
text string Front page text yes
align string Text alignment no
top_margin int Text top margin no
size int Text size no

Returns

Description

Add text to front page of PDF docuemnt. If no frontpage exists, create it. This function should only be called after all other content has been added to the PDF document.

Available in 3.3 and newer

Examples

{pdf( frontpage, hash( text, 'eZ PDF document',

      size, 26,

      align, 'center',

      top_margin, 350 ) ) }

Comments

log in or create a user account to comment.

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

13/05/2004
4:10:13 pm
by Kåre Køhler Høvik

Last updated

13/05/2004
4:11:39 pm
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.