
PDF tooling for Go and the command line.
View the Project on GitHub pdfcpu/pdfcpu
This command outputs a list of all document keywords. Have a look at some examples.
pdfcpu keywords list inFile [flags]
| name | description | required |
|---|---|---|
| inFile | PDF input file, use - to read from stdin | yes |
List all document keywords of in.pdf:
$ pdfcpu keyword list in.pdf
literature
contemporary
List keywords for a streamed PDF:
$ aws s3 cp s3://acme-assets/brochure.pdf - \
| pdfcpu keywords list -