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