Help for this page

Select Code to Download


  1. or download this
    # Open an existing PDF file
    $pdf = PDF::API2->open('some.pdf');
    
  2. or download this
    $pdf = PDF::API2->new(-file => 'our/new.pdf');