useful commands to work with PDF files

master
giomba 2021-11-30 19:26:54 +01:00
parent 61a56f8bac
commit dfb77a04ad
1 changed files with 5 additions and 0 deletions

5
pdf.md Normal file
View File

@ -0,0 +1,5 @@
# PDF useful commands
### Extract pages
```pdftk full-pdf.pdf cat 12-15 output outfile_p12-15.pdf```