By interesting coincidence, we just had a good number of discussions about how to extract the text from PDF. Please read this discussion first and then maybe come back with what you didn't understand there.
Extracting the plain text from a PDF file is relatively easy, but it is not done by simply printing the PDF file together with some HTML tags.
Please first understand the differences between PDF and HTML before you try to do something like this.
perl -MHTTP::Daemon -MHTTP::Response -MLWP::Simple -e ' ; # The $d = new HTTP::Daemon and fork and getprint $d->url and exit;#spider ($c = $d->accept())->get_request(); $c->send_response( new #in the HTTP::Response(200,$_,$_,qq(Just another Perl hacker\n))); ' # web
In reply to Re: Extract text from PDF
by Corion
in thread Extract text from PDF
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |