in reply to Re: How to invoke pdftotext and extract first line of text from PDF file?in thread How to invoke pdftotext and extract first line of text from PDF file?
$text = `$Globals::pdftotext_bin -layout $pdffile -`; if ($?) { log_error(...) } [download]