Skip to content

Instantly share code, notes, and snippets.

@avelino
Created April 27, 2010 04:09
Show Gist options
  • Save avelino/380328 to your computer and use it in GitHub Desktop.
Save avelino/380328 to your computer and use it in GitHub Desktop.
#usr/local/bin/perl
use CAM::PDF;
use CAM::PDF::PageText;
$file='file.pdf';
my $pdf = CAM::PDF->new($file);
my $getPage = $pdf->getPageContentTree(1);
print CAM::PDF::PageText->render($getPage);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment