我在 Debian 测试/GNOME 上运行,我必须使用大约 500 页的 pdf 文件。默认软件 evince 无法完成这项工作,它太慢了,因为每次我滚动文件时它都会重新加载页面。
我正在寻找一种可以读取此类文件的免费软件(开源软件会更好)。我想要一个带有页面预览的侧窗格。添加注释的可能性是一个加号。
我已经尝试过:okular(慢)、xpdf 和 mupdf(无滚动条)
我两个都用。 epdview
快速、简单且易于使用,但我发现有些 PDF 无法正确显示(有时甚至根本无法显示)。
zathura
到目前为止已经能够显示我扔给它的所有东西,而且速度非常快。但是,它没有大多数 GUI 程序具有的常用菜单和按钮。您必须记住键绑定(其中大部分是显而易见的)。我可能会切换到它作为我的默认 PDF 查看器。
两者都是为 Debian 打包的,也可能是为其他发行版打包的。 epdview
几乎肯定会被打包 - 它已经存在多年并且基于poppler PDF 渲染库。 zathura
较新,似乎基于它自己的poppler
.
更新:
epdfview
自 2011 年以来一直没有维护(请参阅ePDFview 发生了什么?)。 qdfview似乎是它的一个很好的替代品。
它有一个用于缩略图侧边栏的滚动条,但似乎只在连续视图模式下显示滚动条(View
menu ->Continuous
或Ctrl+ 7.
Debian 软件包信息说:
包:qpdfview
版本:0.4.14-1
说明-zh:选项卡式文档查看器
qpdfview
是一个简单的选项卡式文档查看器,它使用 Poppler 库进行 PDF 渲染和 CUPS 进行打印,并提供清晰简单的 Qt 图形用户界面。可以通过插件添加对 DjVu 和 PostScript 格式的支持。当前功能包括:
Run Code Online (Sandbox Code Playgroud)- Outline, properties and thumbnail panes - Scale, rotate and fit - Fullscreen and presentation views - Continuous and multi-page layouts - Search for text (PDF and DjVu only) - Configurable toolbars - SyncTeX support (PDF only) - Partial annotation support (PDF only, Poppler version 0.20.1 or newer) - Partial form support (PDF only) - Persistent per-file settings - Support for DjVu an**d PostScript documents via plugins
免费使用最好的 pdf 阅读器:foxit reader。
安装:
a. Change to the directory containing the downloaded file (used /tmp as the example):
# cd /tmp
b. Uncompress the executable file
# gzip -d 'FoxitReader_version_Setup.run.tar.gz'
c. Untar the .tar file
# tar xvf 'FoxitReader_version_Setup.run.tar'
d. Run the installer:
# ./'FoxitReader_version_Setup.run'
e. Follow the steps on the screen to complete the installation
Run Code Online (Sandbox Code Playgroud)