This commit is contained in:
John Whitington 2021-05-21 17:02:08 +01:00
parent 9cc05040e1
commit 9fd14277e6
3 changed files with 4 additions and 1 deletions

2
META
View File

@ -1,6 +1,6 @@
name="cpdf"
description="High-level pdf tools based on CamlPDF"
version="2.3"
version="2.4"
requires="camlpdf"
archive(byte)="cpdf.cma"
archive(native)="cpdf.cmxa"

Binary file not shown.

View File

@ -1367,6 +1367,9 @@ the file using a different page range each time.
\vspace{1.5mm}
\noindent\small\verb!cpdf -remove-text in.pdf [<range>] -o out.pdf!
\vspace{1.5mm}
\noindent\small\verb!cpdf -add-rectangle "x y" [<position>] [<colour>] in.pdf -o out.pdf!
\vspace{1.5mm}
\noindent\small NB: See discussion of \texttt{-fast} in Section \ref{fast}.
\end{framed}