mirror of
https://github.com/sahinakkaya/til.git
synced 2024-11-22 00:29:37 +01:00
TIL: Splitting pdf files
This commit is contained in:
parent
696c13c46c
commit
fc2d78439f
7
command_line_utils/splitting-pdf-files.md
Normal file
7
command_line_utils/splitting-pdf-files.md
Normal file
@ -0,0 +1,7 @@
|
||||
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.
|
Loading…
Reference in New Issue
Block a user