Help for this page

Select Code to Download


  1. or download this
    #!/bin/perl
    # add bookmark to pdf, at most two levels
    ...
    insertbookmark @section;
    prEnd();
    
  2. or download this
    use PDF::API2;
    use utf8::all;
    ...
    $item->title('some chinese characters');
    $item->destination($pdf->open_page(1));
    $pdf->save($newfile);
    
  3. or download this
    # perl bookmark writeruse PDF::API2;
    use PDF::API2;
    ...
        print $i++, "\n";
    }
    $pdf->save($newfile);