On Fri, Oct 7, 2011 at 5:39 AM, Igor Dovgiy <ivd.pri...@gmail.com> wrote:
> Hi Marcos, > my %pdf_info = $pdf->info(); > foreach (keys $pdf_info) { > $pdf_info{$_} =~ s/[^\x00-\xFF]//g; > } > Perhaps that'll do? ) > > Nope. That'll restrict the text to the latin-1 charset.