Re: PDF to Text

2015-04-19 Thread Leo Susanto
If that is the case, usually the pdf file is only an encapsulation of an image file. Then you need OCR. On Mon, Apr 20, 2015 at 5:34 AM, Phil Brewer pbre...@sky.com wrote: Hi Does anyone have any advise on converting a PDF to text, please (the data I want to read is tabular)? I have

Re: Hash Key function puzzlement -- a point of information query

2012-05-03 Thread Leo Susanto
keys is a function, it doesn't take in value On Thu, May 3, 2012 at 9:08 AM, Rothenmaier, Deane deane.rothenma...@walgreens.com wrote: Gurus, Given something like this: #!Perl use strict; use warnings; my %hash; keys(%hash) = 128; print “hash has “ . scalar(keys(%hash)) . “

Re: Win32::OLE

2011-06-29 Thread Leo Susanto
    5.12.4         no W7   64     5.12.4         yes W7?  64?    5.10.1        no I believe OS, bits, Perl version, and Access version can be ruled out as the explanation. Thank you again, John On Tue, Jun 28, 2011 at 5:35 PM, Leo Susanto leosusa...@gmail.com wrote: Thank, so Access 2007

Re: Win32::OLE

2011-06-28 Thread Leo Susanto
Thank, so Access 2007 is installed in all of the machine Could you please run this and see if there is any error? use strict; use warnings; use Win32::OLE; my $oAccess; eval {$oAccess = Win32::OLE-GetActiveObject(Access.Application)}; if ($@) { die Access.Application is not installed\n;