mirror of
https://github.com/sahinakkaya/til.git
synced 2025-04-19 17:22:07 +02: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.