Updates for v2.7
This commit is contained in:
parent
c39fb1eb14
commit
6d00654ca8
|
@ -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
|
||||
|
|
2
cpdf.1
2
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
|
||||
|
|
|
@ -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]]
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue