This commit is contained in:
John Whitington 2019-08-17 16:40:08 +01:00
parent bc843eb399
commit c610e3e8d7
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -453,7 +453,7 @@ progress is shown on \verb!stderr! (Standard Error):
If the malformity lies inside an individual page of the PDF, rather than in its gross structure, cpdf may appear to succeed in reconstruction, only to fail when processing a page (e.g when adding text). To force the use of \texttt{gs} to pre-process such files so cpdf cannot fail on them, use \texttt{-gs\--malformed\--force}:
\begin{framed}
\noindent\small\verb!cpdf -gs gs -gs-malformed-force in.pdf -o out.pdf [-gs-quiet]!\end{framed}
\noindent\small\verb!cpdf in.pdf -gs gs -gs-malformed-force -o out.pdf [-gs-quiet]!\end{framed}
\noindent The command line for \texttt{-gs-malformed-force} must be of \textit{precisely} this form.