Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    my $pdf = PDF::API2->open("test.pdf#nameddest=DestinationX");
    print $pdf->to_string;