Answers for "shell remove pdf pages"

0

shell remove pdf pages

# in case you want to extract pages from 12 to 15 of the PDF
pdftk your_file.pdf cat 12-15 output outfile_p12_15.pdf
Posted by: Guest on April-21-2022

Code answers related to "shell remove pdf pages"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language