Version / docstrings
This commit is contained in:
parent
e384ee957a
commit
d9788a2bba
2
Changes
2
Changes
|
@ -1,4 +1,4 @@
|
||||||
2.7.1 (August 2024)
|
2.7.1 (July 2024)
|
||||||
|
|
||||||
New features:
|
New features:
|
||||||
|
|
||||||
|
|
2
cpdf.1
2
cpdf.1
|
@ -1,7 +1,7 @@
|
||||||
.\" Process this file with
|
.\" Process this file with
|
||||||
.\" groff -man -Tascii cpdf.1
|
.\" groff -man -Tascii cpdf.1
|
||||||
.\"
|
.\"
|
||||||
.TH CPDF 1 "AUGUST 2024" "" ""
|
.TH CPDF 1 "JULY 2024" "" ""
|
||||||
.SH NAME
|
.SH NAME
|
||||||
cpdf \- PDF command line tools
|
cpdf \- PDF command line tools
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
(* cpdf command line tools *)
|
(* cpdf command line tools *)
|
||||||
let demo = false
|
let demo = false
|
||||||
let agpl = false
|
let agpl = true
|
||||||
let major_version = 2
|
let major_version = 2
|
||||||
let minor_version = 7
|
let minor_version = 7
|
||||||
let minor_minor_version = 1
|
let minor_minor_version = 1
|
||||||
let version_date = "(1st August 2024)"
|
let version_date = "(24th August 2024)"
|
||||||
|
|
||||||
open Pdfutil
|
open Pdfutil
|
||||||
open Pdfio
|
open Pdfio
|
||||||
|
|
|
@ -17,7 +17,7 @@ val image_resolution_json : Pdf.t -> int list -> float -> Pdfio.bytes
|
||||||
(** List images in JSON format *)
|
(** List images in JSON format *)
|
||||||
val images : Pdf.t -> int list -> Cpdfyojson.Safe.t
|
val images : Pdf.t -> int list -> Cpdfyojson.Safe.t
|
||||||
|
|
||||||
(** Reprocess images *)
|
(** Reprocess images. See manual for details. *)
|
||||||
val process :
|
val process :
|
||||||
q:float -> qlossless:float -> onebppmethod:string -> jbig2_lossy_threshold:float ->
|
q:float -> qlossless:float -> onebppmethod:string -> jbig2_lossy_threshold:float ->
|
||||||
length_threshold:int -> percentage_threshold:float -> pixel_threshold:int ->
|
length_threshold:int -> percentage_threshold:float -> pixel_threshold:int ->
|
||||||
|
|
Loading…
Reference in New Issue