Updates for v2.7

This commit is contained in:
John Whitington 2024-02-14 14:51:22 +00:00
parent c39fb1eb14
commit 6d00654ca8
4 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@ Coherent PDF Command Line Tools
=============================== ===============================
Free for non-commercial use. See LICENSE for details. Copyright Coherent Free for non-commercial use. See LICENSE for details. Copyright Coherent
Graphics Ltd 2023. Graphics Ltd 2024.
This code builds two things: This code builds two things:
@ -43,7 +43,7 @@ To build
-------- --------
If downloading from Github, obtain the correct source. This means choosing the 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. is unstable.
1. Type `make` to make the cpdf executable and the library 1. Type `make` to make the cpdf executable and the library

2
cpdf.1
View File

@ -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 "JULY 2023" "" "" .TH CPDF 1 "FEBRUARY 2024" "" ""
.SH NAME .SH NAME
cpdf \- PDF command line tools cpdf \- PDF command line tools
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -1,6 +1,6 @@
opam-version: "2.0" opam-version: "2.0"
name: "cpdf" name: "cpdf"
version: "2.6" version: "2.7"
maintainer: "contact@coherentgraphics.co.uk" maintainer: "contact@coherentgraphics.co.uk"
license: "LicenseRef-Coherent-Graphics-Ltd-Non-Commercial-Use-License-Agreement" license: "LicenseRef-Coherent-Graphics-Ltd-Non-Commercial-Use-License-Agreement"
build: [[make]] build: [[make]]

View File

@ -3,7 +3,7 @@ let demo = false
let noncomp = false let noncomp = false
let major_version = 2 let major_version = 2
let minor_version = 7 let minor_version = 7
let version_date = "(25th January 2024)" let version_date = "(13th February 2024, RC1)"
open Pdfutil open Pdfutil
open Pdfio open Pdfio
@ -609,8 +609,8 @@ let args =
outline = false; outline = false;
linewidth = 1.0; linewidth = 1.0;
path_to_ghostscript = "gs"; path_to_ghostscript = "gs";
path_to_im = "magick"; path_to_im = "";
path_to_p2p = "pnm2png"; path_to_p2p = "";
path_to_convert = "convert"; path_to_convert = "convert";
path_to_jbig2enc = "jbig2"; path_to_jbig2enc = "jbig2";
frombox = None; frombox = None;