mirror of
https://github.com/sahinakkaya/til.git
synced 2025-07-17 14:01:49 +03:00
TIL: Splitting pdf files
This commit is contained in:
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.
|
Reference in New Issue
Block a user