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 @@
# pdfseparate
> 可移植文档格式PDF文件页面提取器。
> 更多信息:<https://manpages.debian.org/latest/poppler-utils/pdfseparate.1.zh.html>。
- 从PDF文件中提取页面并为每个页面生成一个单独的PDF文件
`pdfseparate {{path/to/source_filename.pdf}} {{path/to/destination_filename-%d.pdf}}`
- 指定提取的起始页面:
`pdfseparate -f {{3}} {{path/to/source_filename.pdf}} {{path/to/destination_filename-%d.pdf}}`
- 指定提取的最后页面:
`pdfseparate -l {{10}} {{path/to/source_filename.pdf}} {{path/to/destination_filename-%d.pdf}}`