mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2024-12-22 15:05:46 +01:00
5 lines
197 B
Plaintext
Executable File
5 lines
197 B
Plaintext
Executable File
#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
|