new_page
Summary
Inserts a new page (DEPRECATED).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)
Julia Shymova (11/01/2008 1:08 pm)
Comments
There are no comments.