Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^4: Splitting PDFs with PDF::API2

by perlron (Pilgrim)
on Oct 29, 2014 at 19:18 UTC ( [id://1105536]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Splitting PDFs with PDF::API2
in thread Splitting PDFs with PDF::API2


about line 5 So the open statement opens an existing PDF file.
# Open an existing PDF file $pdf = PDF::API2->open('some.pdf');

and to create a new pdf in the directory of your choice..
$pdf = PDF::API2->new(-file => 'our/new.pdf');
Please note PDF::API2 and PDF::Create are two different modules on CPAN. more info on the metacpan site

The temporal difficulty with perl is u need to know C well to know its awesome.else u just keep *using* it and writing inefficient code

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1105536]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (3)
As of 2024-04-26 05:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found