logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

CAM::PDF::Node - PDF element

Author

       See CAM::PDF

perl v5.36.0                                       2022-12-08                                CAM::PDF::Node(3pm)

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);

See Also