Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        }
        $newpdf->saveas("_$file");
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
        $oldpdf->extractPages(1..100);
        $oldpdf->cleanoutput("_$file");
    }