mirror of
https://github.com/sahinakkaya/til.git
synced 2024-11-12 20:19:38 +01:00
201 B
201 B
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.