红联Linux门户
Linux帮助

Ubuntu下安装Master PDF Editor

发布时间:2016-08-02 10:56:29来源:blog.csdn.net/u012576214作者:回味-
会在 ubuntu 上看一些 pdf 文档,但自带的pdf阅读器不带编辑功能。网上搜索了一下带编辑功能的pdf阅读器,推荐的是master pdf editor,使用了一下,感觉是挺不错的。
 
1.安装QT
sudo apt-get install qt-sdk  
 
2.下载Master PDF Editor
下载地址:https://code-industry.net/free-pdf-editor/
Ubuntu下安装Master PDF Editor
先看看你安装的QT是什么版本的:
qmake -version  
根据QT的版本选择Master PDF Editor的版本,下载tar.gz后缀的对应文件,解压后即可使用。
 
本文永久更新地址:http://www.linuxdiyf.com/linux/22925.html