mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2024-12-22 23:08:13 +01:00
5 lines
197 B
Plaintext
5 lines
197 B
Plaintext
|
#Set the language and document title
|
||
|
cpdf cpdfmanual.pdf -set-language "en-US" AND -set-title "Coherent PDF Command Line Tools Manual" -also-set-xmp -o out.pdf
|
||
|
cp out.pdf cpdfmanual.pdf
|
||
|
rm out.pdf
|