Marker documentation improved

This commit is contained in:
John Whitington 2024-07-19 17:04:14 +01:00
parent 50a94c57eb
commit c9a12535dc
2 changed files with 17 additions and 1 deletions

Binary file not shown.

View File

@ -5353,7 +5353,23 @@ its Contents entry.",
\section{PDF/UA compliance markers} \section{PDF/UA compliance markers}
Once we are sure a file complies to PDF/UA, in terms of both machine and human checks, we can mark it as such by using \texttt{cpdf -mark-as "PDF/UA-1" in.pdf -o out.pdf} or \texttt{cpdf -mark-as "PDF/UA-2" in.pdf -o out.pdf} for the recent PDF/UA-2 standard. To remove such a marker we can use, for example, \texttt{cpdf -remove-mark "PDF/UA-1" in.pdf -o out.pdf}. Once we are sure a file complies to PDF/UA, in terms of both machine and human checks, we can mark it as such:
\begin{framed}
\noindent\small\verb!cpdf -mark-as "PDF/UA-1" in.pdf -o out.pdf!
\end{framed}
\noindent Or, for the more recent PDF/UA-2 standard:
\begin{framed}
\noindent\small\verb!cpdf -mark-as "PDF/UA-2" in.pdf -o out.pdf!
\end{framed}
\noindent To remove such a marker we can use, for example:
\begin{framed}
\noindent\small\verb!cpdf -remove-mark "PDF/UA-1" in.pdf -o out.pdf!
\end{framed}
\clearpage\pagestyle{empty} \clearpage\pagestyle{empty}
%We wanted to call this "Chapter M", but the following commands messed up the PDF bookmarks, so this chapter will simply have to float for now, until we can return to this problem. %We wanted to call this "Chapter M", but the following commands messed up the PDF bookmarks, so this chapter will simply have to float for now, until we can return to this problem.