more
This commit is contained in:
parent
35b2eff0da
commit
1ea1921273
BIN
cpdfmanual.pdf
BIN
cpdfmanual.pdf
Binary file not shown.
|
@ -1,6 +1,6 @@
|
||||||
\documentclass{book}
|
\documentclass{book}
|
||||||
% Edit here to produce cpdfmanual.pdf, cpdflibmanual.pdf, pycpdfmanual.pdf etc.
|
% Edit here to produce cpdfmanual.pdf, cpdflibmanual.pdf, pycpdfmanual.pdf etc.
|
||||||
\usepackage{comment}\excludecomment{cpdflib}
|
\usepackage{comment}\includecomment{cpdflib}
|
||||||
\usepackage{palatino}
|
\usepackage{palatino}
|
||||||
\usepackage{listings}
|
\usepackage{listings}
|
||||||
\usepackage{microtype}
|
\usepackage{microtype}
|
||||||
|
@ -26,12 +26,17 @@
|
||||||
\frontmatter
|
\frontmatter
|
||||||
\pagestyle{empty}
|
\pagestyle{empty}
|
||||||
|
|
||||||
|
|
||||||
\begin{flushright}
|
\begin{flushright}
|
||||||
|
|
||||||
|
|
||||||
{\sffamily \bfseries \Huge Coherent PDF
|
{\sffamily \bfseries \Huge Coherent PDF
|
||||||
|
|
||||||
\vspace{2mm}
|
\vspace{2mm}
|
||||||
Command Line Toolkit}
|
\begin{cpdflib}
|
||||||
|
C API and
|
||||||
|
\end{cpdflib}
|
||||||
|
Command Line Tools}
|
||||||
|
|
||||||
\vspace{12mm}
|
\vspace{12mm}
|
||||||
|
|
||||||
|
@ -286,7 +291,7 @@ A sampling of just a few of the facilities provided by the Coherent PDF Command
|
||||||
\cleardoublepage
|
\cleardoublepage
|
||||||
|
|
||||||
\begin{cpdflib}
|
\begin{cpdflib}
|
||||||
\chapter{Example Program in C}
|
\chapter*{Example Program in C}
|
||||||
|
|
||||||
This program loads a file \texttt{hello.pdf} from disk and writes out a document with the original included three times. Note the use of \texttt{cpdf\_startup}, \texttt{cpdf\_lastError} and \texttt{cpdf\_clearError}.
|
This program loads a file \texttt{hello.pdf} from disk and writes out a document with the original included three times. Note the use of \texttt{cpdf\_startup}, \texttt{cpdf\_lastError} and \texttt{cpdf\_clearError}.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue