diff --git a/cpdfmanual.pdf b/cpdfmanual.pdf index 3517579..0a538cd 100644 Binary files a/cpdfmanual.pdf and b/cpdfmanual.pdf differ diff --git a/cpdfmanual.tex b/cpdfmanual.tex index 7abee26..f2939d4 100644 --- a/cpdfmanual.tex +++ b/cpdfmanual.tex @@ -1,5 +1,3 @@ -%Document -rolemap -%Document -eltinfo X=, -end-eltinfo X %Document -stretch %Document -redact \documentclass{book} @@ -5272,7 +5270,9 @@ By default, Cpdf with \texttt{-draw-struct-tree} will mark anything not automati Some tags require a namespace other than the default. You can set the namespace with \texttt{-namespace}, which affects all future tags until reset. Two namespace abbreviations are available: \texttt{PDF} for the default \texttt{http://iso.org/pdf/ssn} namespace and \texttt{PDF2} for the PDF 2.0 namespace \texttt{http://iso.org/pdf2/ssn}. +Extra information may be added to structure tree nodes with \texttt{-eltinfo} / \texttt{-end-eltinfo}. For example, to set the alternative description for an image, we might write \texttt{-eltinfo "Alt=A large horse" -image A -end-eltinfo}. Multiple items may be set at once, for example Alt, ActualText, Lang etc. +A role map may be set with \texttt{-rolemap}. For example \texttt{-rolemap "/S1/H1/S2/H2"} would map the S1 structure type to the standard type H1 and so on. \fi%End htlatex hack