CAM::PDF::Node - PDF element


CAM-PDF documentation  | view source Contained in the CAM-PDF distribution.

Index


NAME

Top

CAM::PDF::Node - PDF element

SYNOPSIS

Top

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

DESCRIPTION

Top

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

LICENSE

Top

Same as CAM::PDF

FUNCTIONS

Top

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

Create a new PDF element.

AUTHOR

Top

See CAM::PDF


CAM-PDF documentation  | view source Contained in the CAM-PDF distribution.