A PDF processor written in Go.
View the Project on GitHub pdfcpu/pdfcpu
This command adds one or more files to a PDF input file aka the PDF portfolio. Have a look at some examples.
pdfcpu portfolio add inFile file[,desc]...
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 files to be attached | yes |
desc | description | no |
Add pictures to a PDF portfolio for easy content delivery:
$ pdfcpu portfolio add portfolio.pdf *.jpg
writing portfolio.pdf ...