This commit is contained in:
John Whitington 2023-06-20 19:26:58 +01:00
parent df279400d1
commit f13122a52a
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -3417,12 +3417,13 @@ The \texttt{-dump-attachments} operation, when given a PDF file and a directory
\noindent\small\verb!cpdf -dump-attachments in.pdf -o /home/fred/attachments!
\end{framed}
\noindent Unless the \texttt{-raw} option is given, the filenames are stripped of dubious special characters before writing. It is converted from unicode to 7 bit ASCII, and the following characters are removed, in addition to any character with ASCII code less than 32:
\noindent Unless either the \texttt{-raw} or \texttt{-utf8} option is given, the filenames are stripped of dubious special characters before writing. It is converted from unicode to 7 bit ASCII, and the following characters are removed, in addition to any character with ASCII code less than 32:
\begin{framed}
\centering
\verb! / ? < > \ : * | " ^ + =!
\end{framed}
\begin{cpdflib}
\clearpage
\section*{C Interface}