PDF manual accessibility fixes

This commit is contained in:
John Whitington 2024-12-08 12:45:35 +00:00
parent 593462acc8
commit 2ad9f62e99
3 changed files with 5 additions and 0 deletions

Binary file not shown.

View File

@ -1,4 +1,5 @@
%Add copyright for Matterhorn extracts
%\DocumentMetadata{testphase={phase-III}}
\documentclass{book}
% Edit here to produce cpdfmanual.pdf, cpdflibmanual.pdf, pycpdfmanual.pdf,
% dotnetcpdflibmanual.pdf, jcpdflibmanual.pdf jscpdflibmanual.pdf etc.

4
fixcpdfmanual Executable file
View File

@ -0,0 +1,4 @@
#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