当前位置: 技术问答>linux和unix
有没linux下的pdf编辑工具啊?
来源: 互联网 发布时间:2015-08-25
本文导语: 我想通过c代码把pdf(或doc,caj等)里面的文字内容copy出来存到一个text文本里,能不能实现啊?或者有没有pdf的编辑程序?这样可以看它的原代码是如何对本文进行修改的!linux里自带的几个pdf阅读器好像都没有复制功能,只能...
我想通过c代码把pdf(或doc,caj等)里面的文字内容copy出来存到一个text文本里,能不能实现啊?或者有没有pdf的编辑程序?这样可以看它的原代码是如何对本文进行修改的!linux里自带的几个pdf阅读器好像都没有复制功能,只能浏览,不爽!
有没高手知道?
有没高手知道?
|
http://www.foolabs.com/xpdf/
you can down the source code of xpdf. and it also has the pdftotext's code.
If you can't find, give me ur email, I send you the code
you can down the source code of xpdf. and it also has the pdftotext's code.
If you can't find, give me ur email, I send you the code
|
Xpdf对中文支持的一般,需要另外安装一些字体包.对标点符号识别应该没问题,特别对于英文!
http://www.gouhuo.com/study/php4gb/group.php-41.htm提供一些小体积的pdftotext功能,但代码少多了~
http://www.gouhuo.com/study/php4gb/group.php-41.htm提供一些小体积的pdftotext功能,但代码少多了~