Clotho Advanced Media > CAM-PDF-1.08 > CAM::PDF::Node

Download:
CAM-PDF-1.08.tgz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  8
View Bugs
Report a bug
Module Version: 1.08   Source   Latest Release: CAM-PDF-1.52

NAME ^

CAM::PDF::Node - PDF element

SYNOPSIS ^

   my $node = CAM::PDF::Node->new('number', 1.0);

DESCRIPTION ^

This is a simplistic internal class for representing arbitrary PDF data structures.

LICENSE ^

Copyright 2006 Clotho Advanced Media, Inc., <cpan@clotho.com>

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

FUNCTIONS ^

$pkg->new($type, $value)
$pkg->new($type, $value, $objnum)
$pkg->new($type, $value, $objnum, $gennum)

Create a new PDF element.

AUTHOR ^

Clotho Advanced Media Inc., cpan@clotho.com

Primary developer: Chris Dolan