diff --git a/Changes b/Changes index 7c2366c..90fce63 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,4 @@ -2.7.1 (August 2024) +2.7.1 (July 2024) New features: diff --git a/cpdf.1 b/cpdf.1 index 7333767..799468d 100644 --- a/cpdf.1 +++ b/cpdf.1 @@ -1,7 +1,7 @@ .\" Process this file with .\" groff -man -Tascii cpdf.1 .\" -.TH CPDF 1 "AUGUST 2024" "" "" +.TH CPDF 1 "JULY 2024" "" "" .SH NAME cpdf \- PDF command line tools .SH SYNOPSIS diff --git a/cpdfcommand.ml b/cpdfcommand.ml index 2353b03..f1af688 100644 --- a/cpdfcommand.ml +++ b/cpdfcommand.ml @@ -1,10 +1,10 @@ (* cpdf command line tools *) let demo = false -let agpl = false +let agpl = true let major_version = 2 let minor_version = 7 let minor_minor_version = 1 -let version_date = "(1st August 2024)" +let version_date = "(24th August 2024)" open Pdfutil open Pdfio diff --git a/cpdfimage.mli b/cpdfimage.mli index 2f88d7f..a023310 100644 --- a/cpdfimage.mli +++ b/cpdfimage.mli @@ -17,7 +17,7 @@ val image_resolution_json : Pdf.t -> int list -> float -> Pdfio.bytes (** List images in JSON format *) val images : Pdf.t -> int list -> Cpdfyojson.Safe.t -(** Reprocess images *) +(** Reprocess images. See manual for details. *) val process : q:float -> qlossless:float -> onebppmethod:string -> jbig2_lossy_threshold:float -> length_threshold:int -> percentage_threshold:float -> pixel_threshold:int ->