CAM::PDF::Node - PDF element
Contents
Description
This is a simplistic internal class for representing arbitrary PDF data structures.
Functions
$pkg->new($type, $value)
$pkg->new($type, $value, $objnum)
$pkg->new($type, $value, $objnum, $gennum)
Create a new PDF element.
License
Same as CAM::PDF
Name
CAM::PDF::Node - PDF element
Synopsis
my $node = CAM::PDF::Node->new('number', 1.0);
