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

  • 5 months 3 weeks ago
    1.27.2 update
  • 6 months 2 days ago
    Drupal 10/11 config
  • 6 months 4 days ago
  • PHP
    6 months 4 days ago
    PHP 8.3.11 and AlmaLinux
  • 6 months 4 days ago
    New version of Pound