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::Core - Core Library for PDF library

SYNOPSIS

  use PDF::Core;
  $pdf=PDF::Core->new ;
  $pdf=PDF->new(filename);

DESCRIPTION

The main purpose of the PDF::Core library is to provide the data structure and the constructor for the more general PDF library.

Constructor

new ( [ filename ] )

This is the constructor of a new PDF object. If the filename is missing, it returns an empty PDF descriptor ( can be filled with $pdf->TargetFile). Otherwise, It acts as the PDF::Parse::TargetFile method.

Variables

The only available variable is :

$PDF::Core::VERSION

Contain the version of the library installed

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 likely to be available from:

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

1 POD Error

The following errors were encountered while parsing the POD:

Around line 128:

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