On Tue, Feb 22, 2005 at 07:30:14AM -0800, Stefan Seiz wrote:
> $self->run_pdftotext( '-opw password', $file, '-' )
Funny how things seem clearer after a night's sleep instead of after a
few margaritas.
The $self->run_*() command under (when not running Windows) runs
exec @args
so you would probably want to separate your arguments into separate
parameters.
$self->run_pdftotext( '-opw', $password, $file, '-' )
--
Bill Moseley
moseley@hank.org
Unsubscribe from or help with the swish-e list:
http://swish-e.org/Discussion/
Help with Swish-e:
http://swish-e.org/current/docs
swish-e@sunsite.berkeley.edu
Received on Wed Feb 23 07:01:05 2005