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