Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

PDF::API2::Basic::PDF::Page

Name PDF::API2::Basic::PDF::Page
Version 2.043
Located at /usr/local/share/perl5
File /usr/local/share/perl5/PDF/API2/Basic/PDF/Page.pm
Is Core No
Search CPAN for this module PDF::API2::Basic::PDF::Page
Documentation PDF::API2::Basic::PDF::Page
Module Details PDF::API2::Basic::PDF::Page

NAME

PDF::API2::Basic::PDF::Page - Low-level PDF page object


DESCRIPTION

Represents a page of output in PDF. It also keeps track of the content stream, any resources (such as fonts) being switched, etc.

Page inherits from Pages due to a number of shared methods. They are really structurally quite different.


INSTANCE VARIABLES

A page has various working variables:

curstrm
The currently open stream


METHODS

PDF::API2::Basic::PDF::Page->new($pdf, $parent, $index)

Creates a new page based on a pages object (perhaps the root object).

The page is also added to the parent at this point, so pages are ordered in a PDF document in the order in which they are created rather than in the order they are closed.

Only the essential elements in the page dictionary are created here, all others are either optional or can be inherited.

The optional index value indicates the index in the parent list that this page should be inserted (so that new pages need not be appended)

$p->ship_out($pdf)

Ships the page out to the given output file context

Perl Diver brought to you by ScriptSolutions.com © 1997- 2024