mirror of
https://github.com/sahinakkaya/til.git
synced 2024-11-10 02:59:37 +01:00
8 lines
197 B
Markdown
8 lines
197 B
Markdown
You can extract certain parts of a pdf file with this:
|
|
|
|
```
|
|
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.
|