add new chinese translations
This commit is contained in:
16
pages.zh/common/pdf-parser.md
Normal file
16
pages.zh/common/pdf-parser.md
Normal 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}}`
|
Reference in New Issue
Block a user