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

View File

@@ -0,0 +1,16 @@
# pdf-parser
> 在不渲染的情况下识别 PDF 文件的基本元素。
> 更多信息:<https://blog.didierstevens.com/programs/pdf-tools>。
- 显示 PDF 文件的统计信息:
`pdf-parser --stats {{path/to/file.pdf}}`
- 显示 PDF 文件中类型为 `/Font` 的对象:
`pdf-parser --type={{/Font}} {{path/to/file.pdf}}`
- 在间接对象中搜索字符串:
`pdf-parser --search={{search_string}} {{path/to/file.pdf}}`