logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

PDF::Builder::Basic::PDF::Page - Represents a PDF page

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

new
           PDF::Builder::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)

   ship_out
           $p->ship_out($pdf)

           Ships the page out to the given output file context

perl v5.40.1                                       2025-08-10                PDF::Builder::Basic::PDF::Page(3pm)

Name

       PDF::Builder::Basic::PDF::Page - Represents a PDF page

       Inherits from PDF::Builder::Basic::PDF::Pages

See Also