Version number and pagination
This commit is contained in:
parent
24c8b63808
commit
1c67f2b806
|
@ -3,7 +3,7 @@ let demo = false
|
||||||
let noncomp = false
|
let noncomp = false
|
||||||
let major_version = 2
|
let major_version = 2
|
||||||
let minor_version = 7
|
let minor_version = 7
|
||||||
let version_date = "(20th February 2024, Beta 1)"
|
let version_date = "(23rd February 2024)"
|
||||||
|
|
||||||
open Pdfutil
|
open Pdfutil
|
||||||
open Pdfio
|
open Pdfio
|
||||||
|
|
BIN
cpdfmanual.pdf
BIN
cpdfmanual.pdf
Binary file not shown.
|
@ -399,8 +399,7 @@ These examples demonstrate just a few of the facilities provided by the Coherent
|
||||||
|
|
||||||
\noindent List all URLs in annotation hyperlinks in \texttt{in.pdf}.
|
\noindent List all URLs in annotation hyperlinks in \texttt{in.pdf}.
|
||||||
|
|
||||||
% Letter
|
\pagestyle{empty}\thispagestyle{plain}
|
||||||
\pagestyle{empty}
|
|
||||||
\cleardoublepage
|
\cleardoublepage
|
||||||
|
|
||||||
\begin{cpdflib}
|
\begin{cpdflib}
|
||||||
|
@ -1725,6 +1724,7 @@ Bleed box & Pink
|
||||||
\medskip
|
\medskip
|
||||||
|
|
||||||
\noindent The \texttt{-trim-marks} operation adds trim marks to a PDF file. The trim box must be present.
|
\noindent The \texttt{-trim-marks} operation adds trim marks to a PDF file. The trim box must be present.
|
||||||
|
\thispagestyle{fancy}
|
||||||
|
|
||||||
\begin{cpdflib}
|
\begin{cpdflib}
|
||||||
\clearpage
|
\clearpage
|
||||||
|
@ -2663,10 +2663,10 @@ A rectangle may be placed on one or more pages by using the \texttt{-add-rectang
|
||||||
in.pdf -o out.pdf\end{verbatim}
|
in.pdf -o out.pdf\end{verbatim}
|
||||||
\end{framed}
|
\end{framed}
|
||||||
|
|
||||||
\noindent This can be used to blank out or highlight part of the document. The following positioning options work as you would expect: \texttt{-topleft}, \texttt{-top}, \texttt{-topright}, \texttt{-right}, \texttt{-bottomright}, \texttt{-bottom}, \texttt{-bottomleft}, \texttt{-left}, \texttt{-center}. When using the option \texttt{-pos-left "x y"}, the point (x, y) refers to the bottom-left of the rectangle. When using the option \texttt{-pos-right "x y"}, the point (x, y) refers to the bottom-right of the rectangle. When using the option \texttt{-pos-center "x y"}, the point (x, y) refers to the center of the rectangle. The options \texttt{-diagonal} and \texttt{-reverse-diagonal} have no meaning.\pagestyle{empty}\thispagestyle{fancy}
|
\noindent This can be used to blank out or highlight part of the document. The following positioning options work as you would expect: \texttt{-topleft}, \texttt{-top}, \texttt{-topright}, \texttt{-right}, \texttt{-bottomright}, \texttt{-bottom}, \texttt{-bottomleft}, \texttt{-left}, \texttt{-center}. When using the option \texttt{-pos-left "x y"}, the point (x, y) refers to the bottom-left of the rectangle. When using the option \texttt{-pos-right "x y"}, the point (x, y) refers to the bottom-right of the rectangle. When using the option \texttt{-pos-center "x y"}, the point (x, y) refers to the center of the rectangle. The options \texttt{-diagonal} and \texttt{-reverse-diagonal} have no meaning.
|
||||||
|
|
||||||
\section{Low-level facilities}
|
\section{Low-level facilities}
|
||||||
|
\pagestyle{empty}\thispagestyle{fancy}
|
||||||
These two operations add content directly to the beginning or end of the page data for a page. You must understand the PDF page description language to use these.
|
These two operations add content directly to the beginning or end of the page data for a page. You must understand the PDF page description language to use these.
|
||||||
|
|
||||||
\begin{framed}
|
\begin{framed}
|
||||||
|
@ -3031,6 +3031,8 @@ given page range.
|
||||||
\noindent Remove annotations from the first page of a file only.
|
\noindent Remove annotations from the first page of a file only.
|
||||||
\end{framed}
|
\end{framed}
|
||||||
|
|
||||||
|
\pagestyle{empty}\thispagestyle{fancy}
|
||||||
|
|
||||||
\begin{cpdflib}
|
\begin{cpdflib}
|
||||||
\clearpage
|
\clearpage
|
||||||
\section*{C Interface}
|
\section*{C Interface}
|
||||||
|
@ -3072,6 +3074,7 @@ given page range.
|
||||||
\end{jscpdflib}
|
\end{jscpdflib}
|
||||||
|
|
||||||
\chapter{Document Information and Metadata}\label{chap:11}
|
\chapter{Document Information and Metadata}\label{chap:11}
|
||||||
|
\pagestyle{fancy}
|
||||||
\index{document information}
|
\index{document information}
|
||||||
\index{metadata}
|
\index{metadata}
|
||||||
\begin{framed}
|
\begin{framed}
|
||||||
|
|
Loading…
Reference in New Issue