Files
tldr/pages.zh/common/xpdf.md

28 lines
587 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# xpdf
> 可移植文档格式PDF文件查看器。
> 更多信息:<https://www.xpdfreader.com/xpdf-man.html>。
- 打开一个 PDF 文件:
`xpdf {{path/to/file.pdf}}`
- 打开 PDF 文件中的特定页面:
`xpdf {{path/to/file.pdf}} :{{page_number}}`
- 打开一个压缩的 PDF 文件:
`xpdf {{path/to/file.pdf.tar}}`
- 以全屏模式打开 PDF 文件:
`xpdf -fullscreen {{path/to/file.pdf}}`
- 指定初始缩放:
`xpdf -z {{75}}% {{path/to/file.pdf}}`
- 指定以页面宽度或整页进行初始缩放:
`xpdf -z {{page|width}} {{path/to/file.pdf}}`