diff --git a/README.md b/README.md index 03059fa..73a6839 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Coherent PDF Command Line Tools =============================== Free for non-commercial use. See LICENSE for details. Copyright Coherent -Graphics Ltd 2023. +Graphics Ltd 2024. This code builds two things: @@ -43,7 +43,7 @@ To build -------- If downloading from Github, obtain the correct source. This means choosing the -tag for a particular version, such as "v2.6.1". The head of the master branch +tag for a particular version, such as "v2.7". The head of the master branch is unstable. 1. Type `make` to make the cpdf executable and the library diff --git a/cpdf.1 b/cpdf.1 index bcbf201..08fd4b4 100644 --- a/cpdf.1 +++ b/cpdf.1 @@ -1,7 +1,7 @@ .\" Process this file with .\" groff -man -Tascii cpdf.1 .\" -.TH CPDF 1 "JULY 2023" "" "" +.TH CPDF 1 "FEBRUARY 2024" "" "" .SH NAME cpdf \- PDF command line tools .SH SYNOPSIS diff --git a/cpdf.opam b/cpdf.opam index 9083905..fea3850 100644 --- a/cpdf.opam +++ b/cpdf.opam @@ -1,6 +1,6 @@ opam-version: "2.0" name: "cpdf" -version: "2.6" +version: "2.7" maintainer: "contact@coherentgraphics.co.uk" license: "LicenseRef-Coherent-Graphics-Ltd-Non-Commercial-Use-License-Agreement" build: [[make]] diff --git a/cpdfcommand.ml b/cpdfcommand.ml index 5d21fb5..0a6ca1c 100644 --- a/cpdfcommand.ml +++ b/cpdfcommand.ml @@ -3,7 +3,7 @@ let demo = false let noncomp = false let major_version = 2 let minor_version = 7 -let version_date = "(25th January 2024)" +let version_date = "(13th February 2024, RC1)" open Pdfutil open Pdfio @@ -609,8 +609,8 @@ let args = outline = false; linewidth = 1.0; path_to_ghostscript = "gs"; - path_to_im = "magick"; - path_to_p2p = "pnm2png"; + path_to_im = ""; + path_to_p2p = ""; path_to_convert = "convert"; path_to_jbig2enc = "jbig2"; frombox = None;