05.05.2013 Views

Programming PHP

Programming PHP

Programming PHP

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Example 10-11. Using a template<br />

<br />

The output of Example 10-11 is shown in Figure 10-13.<br />

Some operations, such as opening an image, cannot be done within the context of a<br />

template definition. Attempting to do so will cause an error. If you get such an<br />

error, simply move the offending operation to just before the pdf_begin_template( )<br />

call.<br />

Navigation<br />

PDF provides several navigation features for PDF files. Bookmarks function as a table<br />

of contents for the document, and you can provide viewers with thumbnail images<br />

indicating what’s at the other end of each bookmark. In addition, any part of a PDF<br />

page can be linked to another part of the current PDF file, another PDF file, or a<br />

completely different file.<br />

This is the Title of the Book, eMatter Edition<br />

Copyright © 2002 O’Reilly & Associates, Inc. All rights reserved.<br />

Navigation | 255

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!