我想从虚拟控制台打开 pdf 文件并在控制台本身中查看它们。 有没有任何应用程序可以实现这一点?
答案1
使用以下
less your_pdf_file.pdf
答案2
您可以使用联邦调查局查看包含图形的 PDF。以下是fbi
取自其手册页的简短说明:
fbi displays the specified file(s) on the linux console using the framebuffer device. PhotoCD, jpeg, ppm, gif, tiff, xwd, bmp and png are supported directly. For other formats fbi tries to use ImageMag‐ ick’s convert.
要安装,请使用sudo apt-get install fbi
。
要使用 fbi 打开 pdf,只需输入fbi file.pdf
您的 tty。