mirror of
https://github.com/sahinakkaya/til.git
synced 2025-04-19 17:22:07 +02:00
8 lines
201 B
Markdown
8 lines
201 B
Markdown
You can extract certain parts of a pdf file with this:
|
|
|
|
```bash
|
|
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.
|