cpdf-source/fixcpdfmanual
2024-12-08 12:45:35 +00:00

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