pdfcpu

Logo

PDF tooling for Go and the command line.

View the Project on GitHub pdfcpu/pdfcpu


Changelog
Future Directions

List Properties

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

Usage

pdfcpu properties list inFile [flags]

Common Flags


Arguments

namedescriptionrequired
inFilePDF input file, use - to read from stdinyes

Examples

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 -