lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


 > is there a module in pure lua, that converts a pdf-file to a text-file?

1) Do you know that converting PDF to text (regardless of lua) is only 
possible if it especially contains that source text (which is not always the 
case)?
2) as far as I know, there is no such module not only for lua, but for all of 
script languages I know.
3) unlike the reverse operation. There is some for text->pdf
4) anyway, the purpose of PDF is *not* to provide capability to get text back. 
It is to make document looks similary everywhere (like it was printed on the 
paper).