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,20 @@
# pdfimages
> 从PDF中提取图像的工具。
> 更多信息:<https://manned.org/pdfimages>。
- 从PDF文件中提取所有图像并将它们保存为PNG格式
`pdfimages -png {{path/to/file.pdf}} {{filename_prefix}}`
- 从第3页到第5页提取图像
`pdfimages -f {{3}} -l {{5}} {{path/to/file.pdf}} {{filename_prefix}}`
- 从PDF文件中提取图像并在输出文件名中包含页码
`pdfimages -p {{path/to/file.pdf}} {{filename_prefix}}`
- 列出PDF文件中所有图像的信息
`pdfimages -list {{path/to/file.pdf}}`