A PDF processor written in Go.
View the Project on GitHub pdfcpu/pdfcpu
This command removes previously added entries from a PDF portfolio. Have a look at some examples.
pdfcpu portfolio remove inFile [file...]
name | description | values |
---|---|---|
v(erbose) | turn on logging | |
vv | verbose logging | |
q(uiet) | quiet mode | |
-o(ffline) | disable http traffic | |
c(onf) | config dir | $path, disable |
opw | owner password | |
upw | user password | |
u(nit) | display unit | po(ints),in(ches),cm,mm |
name | description | required |
---|---|---|
inFile | PDF input file | yes |
file… | one or more entries to be removed | no |
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 ...