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 | 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 ...