in reply to Re^3: Splitting PDFs with PDF::API2
in thread Splitting PDFs with PDF::API2
# Open an existing PDF file $pdf = PDF::API2->open('some.pdf');
Please note PDF::API2 and PDF::Create are two different modules on CPAN. more info on the metacpan site$pdf = PDF::API2->new(-file => 'our/new.pdf');
|
|---|