TIL: Splitting pdf files

This commit is contained in:
Asocia 2021-05-19 15:49:39 +03:00
parent 696c13c46c
commit fc2d78439f

View 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.