pdfcpu

Logo

PDF tooling for Go and the command line.

View the Project on GitHub pdfcpu/pdfcpu


Changelog
Future Directions

List Keywords

This command outputs a list of all document keywords. Have a look at some examples.

Usage

pdfcpu keywords list inFile [flags]

Common Flags


Arguments

namedescriptionrequired
inFilePDF input file, use - to read from stdinyes

Examples

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 -