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