[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: pdfttotext in pure lua?
- From: Francisco Olarte <folarte@...>
- Date: Mon, 24 Oct 2016 12:51:23 +0200
On Sun, Oct 23, 2016 at 11:58 PM, Nagaev Boris <bnagaev@gmail.com> wrote:
> JavaScript has one:
> https://www.npmjs.com/package/pdftotextjs
Had you bothered to read your link target you would have noticed it is
just a wrapper for poppler. So any language having external program
calling capacity could be considered tohave one ( in fact lua has one,
as it can call the pdf version ).
I mean, it is not pure javascript, and the OP askes for a PURE LUA one.
Francisco Olarte.