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.

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2013 eZ Systems AS (except where otherwise noted). All rights reserved.