
PDF tooling for Go and the command line.
View the Project on GitHub pdfcpu/pdfcpu
A PDF portfolio entry is any file previously added to a PDF portfolio. This command outputs a list of all entries. Have a look at some examples.
pdfcpu portfolio list inFile [flags]
| name | description | required |
|---|---|---|
| inFile | PDF input file, use - to read from stdin | yes |
List all portfolio entries embedded into portfolio.pdf. You may add any kind of file to a PDF portfolio:
$ pdfcpu portfolio list portfolio.pdf
forest.jpg
pdfcpu.zip
invoice.pdf
List portfolio entries for a streamed PDF:
$ aws s3 cp s3://acme-dataroom/package.pdf - \
| pdfcpu portfolio list -