pdfcpu

Logo

A PDF processor written in Go.

View the Project on GitHub pdfcpu/pdfcpu


Changelog

Remove Portfolio Entries

This command removes previously added entries from a PDF portfolio. Have a look at some examples.

Usage

pdfcpu portfolio remove inFile [file...]


Common Flags

name description values
v(erbose) turn on logging  
vv verbose logging  
q(uiet) quiet mode  
u(nit) display unit po(ints),in(ches),cm,mm
c(onf) config dir $path, disable
upw user password  
opw owner password  


Arguments

name description required
inFile PDF input file yes
file… one or more entries to be removed no


Examples

Remove a specific entry from portfolio.pdf:

$ pdfcpu portfolio remove portfolio.pdf pdfcpu.zip
writing portfolio.pdf ...


Remove all portfolio entries:

$ pdfcpu portfolio remove portfolio.pdf
writing portfolio.pdf ...