 
        
        A PDF processor written in Go.
View the Project on GitHub pdfcpu/pdfcpu
This command lets you extract the following from a PDF file:
pdfcpu extract -m(ode) image|font|content|page|meta [-p(ages) selectedPages] inFile outDir
| name | description | required | values | 
|---|---|---|---|
| m(ode) | component to be extracted | yes | image, font, content, page, meta | 
| p(ages) | page selection | yes | 
| name | description | required | 
|---|---|---|
| inFile | PDF input file | yes | 
| outDir | output directory | yes |