Files
tldr/pages.zh/common/pdfseparate.md

16 lines
597 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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}}`