Read contents of a pdf file

2019-06-14 12:18发布

Is there a commandline tool to read a pdf file on linux.Please indicate the appropriate urls for this.

Thanks..

3条回答
女痞
2楼-- · 2019-06-14 12:51

Xpdf and Poppler contain the commandline-utility pdftotext wich converts PDF files to plain text.

查看更多
聊天终结者
3楼-- · 2019-06-14 12:59

There is PyODConverter. It uses OpenOffice working as a service and can convert between various document formats including PDF and simple text.

查看更多
孤傲高冷的网名
4楼-- · 2019-06-14 13:16

Not a command line tool but a pdf reading and generation framework

you should also be able to write a simple reader using

you can also look at:

查看更多
登录 后发表回答