Erase -no-embed-font
This commit is contained in:
parent
e6d58f3804
commit
1644c526b1
BIN
cpdfmanual.pdf
BIN
cpdfmanual.pdf
Binary file not shown.
|
@ -631,9 +631,8 @@ verbosity. Under Microsoft Windows, type \texttt{cpdf.exe} instead of \texttt{cp
|
||||||
-l -cpdflin <filename> -keep-l
|
-l -cpdflin <filename> -keep-l
|
||||||
-no-preserve-objstm -create-objstm -control <filename>
|
-no-preserve-objstm -create-objstm -control <filename>
|
||||||
-args <filename> -utf8 -stripped
|
-args <filename> -utf8 -stripped
|
||||||
-raw -no-embed-font -gs
|
-raw -gs -gs-malformed
|
||||||
-gs-malformed -gs-malformed-force -gs-quiet
|
-gs-malformed-force -gs-quiet -error-on-malformed\end{verbatim}\end{framed}
|
||||||
-error-on-malformed\end{verbatim}\end{framed}
|
|
||||||
|
|
||||||
The Coherent PDF tools provide a wide range of facilities for modifying PDF
|
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
|
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.
|
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}
|
\begin{cpdflib}
|
||||||
\clearpage
|
\clearpage
|
||||||
\section*{C Interface}
|
\section*{C Interface}
|
||||||
|
|
|
@ -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 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 Make it work with -draw *)
|
||||||
(* FIXME Base on bytes not bits *)
|
(* 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 Make sure -embed-std14 works for all commands *)
|
||||||
(* FIXME Clarify and document or deprecate -no-embed-fonts *)
|
|
||||||
let dbg = ref false
|
let dbg = ref false
|
||||||
|
|
||||||
let _ =
|
let _ =
|
||||||
|
|
Loading…
Reference in New Issue