til/command-line-utils/splitting-pdf-files.md

8 lines
201 B
Markdown
Raw Permalink Normal View History

2021-05-19 14:49:39 +02:00
You can extract certain parts of a pdf file with this:
```bash
2021-05-19 14:49:39 +02:00
pdfjam original.pdf 5-10 -o out.pdf
```
If `pdfjam` is not installed, you can try doing it with GUI. Search for "Print to file" option.