pdfcpu

Logo

A PDF processor written in Go.

View the Project on GitHub pdfcpu/pdfcpu


Changelog

Add Portfolio Entries

This command adds one or more files to a PDF input file aka the PDF portfolio. Have a look at some examples.

Usage

pdfcpu portfolio add inFile file[,desc]...


Common Flags


Arguments

name description required
inFile PDF input file yes
file… one or more files to be attached yes
desc description no


Examples

Add pictures to a PDF portfolio for easy content delivery:

$ pdfcpu portfolio add portfolio.pdf *.jpg
writing portfolio.pdf ...