mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-01-05 13:27:23 +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
|