use PDF::API2; use PDF; print "hello world\n"; $pdf = PDF::API2->open('DEN.pdf'); print $pdf->stringify; print "ok";