ibexa

Caution: This documentation is for eZ Publish legacy, from version 3.x to 5.x.

new_page

Summary

Inserts a new page.

Usage

pdf( new_page )

Description

This function inserts a new page, following content will be placed on a new page. Please note that the system automatically takes care of adding new pages when needed. This function simply makes it possible to manually insert a new page.

Examples

Example 1

{pdf( 'text', 'Text that will be on page #1.' )}
{pdf( 'new_page' )}
{pdf( 'header', hash( 'text', 'Text that will be on page #2.', 'level', 1, 'size', 18 ) )}

This example demonstrates the manual insertion of a new page.

Balazs Halasy (14/05/2004 8:29 am)

Balazs Halasy (04/05/2005 11:53 am)

Balazs Halasy, Raymond Bosman


Comments

There are no comments.