|
|
(未显示3个用户的3个中间版本) |
第1行: |
第1行: |
| PDF editor pro UNIX / PDF editor for UNIX<br>
| |
|
| |
|
| <br>
| |
|
| |
|
| Free (and open source) editor for manipulating PDF documents. GUI version + commandline interface.
| | <br>自由的通用PDF编辑器 <br> |
|
| |
|
| 自由(肯定开源)的通用PDF编辑器. <br>
| | PDF edit是一个Linux下PDF编辑软件,可以选中局部,进行编辑,这个功能比较不错。<br><br>脚本编写扩展了编辑器应用, 也可以为此编辑器开发插件<br> |
|
| |
|
| Scripting is used to a great extent in editor and almost anything can be scripted, it is possible to create own scripts or plugins.
| |
|
| |
|
| 脚本编写扩展了编辑器应用, 也可以为此编辑器开发插件.( 需校正翻译 )
| | 注意: 需要QT3.x. 此软件无法在QT4.x下编译. 不过大部分发行版都带有QT3和QT4. 此编辑器在[http://www.gnu.org/copyleft/gpl.html GNU GPL]协议下发布 |
|
| |
|
| Note: QT3.x is required, editor can't be compiled with QT4.x. In most distributions both qt3 and qt4 can be installed at once.<br>Editor is released under terms of GNU GPL<br>
| |
|
| |
|
| 注意: 需要QT3.x. 此软件无法在QT4.x下编译. 不过大部分发行版都带有QT3和QT4. 此编辑器在[http://www.gnu.org/copyleft/gpl.html GNU GPL]协议下发布.<br>
| | ==安装== |
| | <blockquote><pre>sudo apt-get install pdfedit</pre></blockquote> |
| | <br>注:有时安装完成後可能在“应用程序”里面看不到,重启X就可以了(或者终端输入pdfedit)。 |
| | <br>对中文支持较差,选择编辑中文时可能出现乱码现象。 |
|
| |
|
| | ==其他== |
| | *[[pdfsam]] |
|
| |
|
|
| |
|
| 引用页
| | [[Category:办公]] |
| | |
| http://pdfedit.petricek.net/pdfedit.index_e<br>
| |
2013年4月11日 (四) 21:04的最新版本
自由的通用PDF编辑器
PDF edit是一个Linux下PDF编辑软件,可以选中局部,进行编辑,这个功能比较不错。
脚本编写扩展了编辑器应用, 也可以为此编辑器开发插件
注意: 需要QT3.x. 此软件无法在QT4.x下编译. 不过大部分发行版都带有QT3和QT4. 此编辑器在GNU GPL协议下发布
安装
sudo apt-get install pdfedit
注:有时安装完成後可能在“应用程序”里面看不到,重启X就可以了(或者终端输入pdfedit)。
对中文支持较差,选择编辑中文时可能出现乱码现象。
其他