Version / docstrings
This commit is contained in:
parent
e384ee957a
commit
d9788a2bba
2
cpdf.1
2
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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 ->
|
||||
|
|
Loading…
Reference in New Issue