add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

32
pages.zh/common/mupdf.md Normal file
View File

@@ -0,0 +1,32 @@
# mupdf
> 一个轻量级的 PDF、XPS 和电子书查看器。
> 更多信息:<https://www.mupdf.com>。
- 在第一页打开 PDF
`mupdf {{path/to/file}}`
- 在第 3 页打开 PDF
`mupdf {{path/to/file}} {{3}}`
- 打开一个受密码保护的 PDF
`mupdf -p {{password}} {{path/to/file}}`
- 以初始缩放级别(以 DPI 表示)为 72 打开 PDF
`mupdf -r {{72}} {{path/to/file}}`
- 以反色方式打开 PDF
`mupdf -I {{path/to/file}}`
- 以红色 #FF0000(十六进制颜色语法 RRGGBB打开 PDF
`mupdf -C {{FF0000}}`
- 以无抗锯齿效果打开 PDF0 = 关闭8 = 最佳):
`mupdf -A {{0}}`