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