diff --git a/cpdfmanual.pdf b/cpdfmanual.pdf index 40a6999..54615a7 100644 Binary files a/cpdfmanual.pdf and b/cpdfmanual.pdf differ diff --git a/cpdfmanual.tex b/cpdfmanual.tex index 8d392de..d96950b 100644 --- a/cpdfmanual.tex +++ b/cpdfmanual.tex @@ -631,9 +631,8 @@ verbosity. Under Microsoft Windows, type \texttt{cpdf.exe} instead of \texttt{cp -l -cpdflin -keep-l -no-preserve-objstm -create-objstm -control -args -utf8 -stripped --raw -no-embed-font -gs --gs-malformed -gs-malformed-force -gs-quiet --error-on-malformed\end{verbatim}\end{framed} +-raw -gs -gs-malformed +-gs-malformed-force -gs-quiet -error-on-malformed\end{verbatim}\end{framed} The Coherent PDF tools provide a wide range of facilities for modifying PDF files created by other means. There is a single command-line program @@ -1101,11 +1100,6 @@ processing. The default unless specified in the documentation for an individual In modern usage, \texttt{-utf8} is almost always the sensible option. -\section{Font Embedding} -\index{font!embedding} -%FIXME: Check and fix when -font-ttf done -Use the \texttt{-no-embed-font} to avoid embedding the Standard 14 Font metrics when adding text with \texttt{-add-text}. - \begin{cpdflib} \clearpage \section*{C Interface} diff --git a/cpdftruetype.ml b/cpdftruetype.ml index 6aee63e..8c49059 100644 --- a/cpdftruetype.ml +++ b/cpdftruetype.ml @@ -7,9 +7,7 @@ open Pdfio (* FIXME Get rid of double-calling 1) make font then 2) collect chars then 3) subset it i.e the subset = [] stuff *) (* FIXME Make it work with -draw *) (* FIXME Base on bytes not bits *) -(* FIXME proper error handling for missing file in cpdfcommand.embed_font *) (* FIXME Make sure -embed-std14 works for all commands *) -(* FIXME Clarify and document or deprecate -no-embed-fonts *) let dbg = ref false let _ =