pdfcpu

Logo

PDF tooling for Go and the command line.

View the Project on GitHub pdfcpu/pdfcpu


Changelog
Future Directions

List Portfolio Entries

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.

Usage

pdfcpu portfolio list inFile [flags]

Common Flags


Arguments

namedescriptionrequired
inFilePDF input file, use - to read from stdinyes

Examples

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 -