CAM::PDF

CAM::PDF is a Perl module that reads and writes any document that conforms to the PDF specification.

#!/perl/bin/perl -w
use CAM::PDF;
use CAM::PDF::PageText;

$filename = "example.pdf";

my $pdf = CAM::PDF->new($filename);
my $pageone_tree = $pdf->getPageContentTree(1);
print CAM::PDF::PageText->render($pageone_tree);

Recent Updates

  • 2 years 1 week ago
  • 2 years 1 week ago
  • 2 years 1 week ago
    php 8.x
  • 2 years 1 week ago
    10.6.7
  • 2 years 1 week ago
    Drop Centos 5/6 stuff