in reply to Re: Reading PDF files
in thread Reading PDF files
And also tried using the AnyInflate and AnyUncompress. But the issue still pursues.use IO::Uncompress::Unzip qw(unzip $UnzipError) ; my $z = new IO::Uncompress::Unzip $in or die "unzip failed: $UnzipErro +r\n"; my $op = []; unzip $in => $op;
can anyone tell me if you have idea about inflate and deflate.
Thanks , Kartheek
|
|---|