The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

PDF::Pages - Library for parsing the PDF tree structure in Perl

SYNOPSIS

  use PDF ;
  use PDF::Pages ;

  $pdf_pages=PDF::Pages->new;
  $pdf_pages->ReadPageTree($pdf_struct);;

DESCRIPTION

This is a part of the more general PDF library. In this section you will find the functions related to the page tree of a PDF file.

Constructor

new
  This is the constructor of a new PDF tree object. It returns an
  empty PDF Page tree descriptor ( can be filled with <B ReadPageTree> ). 

Methods

The available methods are :

ReadPageTree ( pdf_struct )

This method reads the information contained in the root of the page tree of the argument PDF document.

Copyright

  Copyright 1998, Antonio Rosella antro@technologist.com

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Availability

The latest version of this library is available from:

http://www.geocities.com/CapeCanaveral/Hangar/4794/

and from CPAN .

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 145:

=back doesn't take any parameters, but you said =back 4

Around line 158:

=back doesn't take any parameters, but you said =back 4