CAM-PDF

 view release on metacpan or  search on metacpan

bin/rewritepdf.pl  view on Meta::CPAN

if ($opts{help})
{
   pod2usage(-exitstatus => 0, -verbose => 2);
}
if ($opts{version})
{
   print "CAM::PDF v$CAM::PDF::VERSION\n";
   exit 0;
}

local @ARGV = @{$opts{otherargs}};

if (@ARGV < 1)
{
   pod2usage(1);
}

my $infile  = shift;
my $outfile = shift || q{-};
my $opass   = shift;
my $upass   = shift || $opass;



( run in 0.624 second using v1.01-cache-2.11-cpan-49f99fa48dc )