From cc1a1b7be1e50e6b0ff8e3ee6b4e5ff9d7f5f301 Mon Sep 17 00:00:00 2001 From: John Whitington Date: Thu, 13 Jan 2022 13:00:17 +0000 Subject: [PATCH] more --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f2ba820..d456422 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ cpdf-source =========== Free for non-commercial use. See LICENSE for details. Copyright Coherent -Graphics Ltd 2021. +Graphics Ltd 2022. This code builds two things: @@ -55,7 +55,6 @@ Alternatively, the library and command-line binary can be installed by opam install cpdf ``` - Documentation ------------- @@ -63,6 +62,7 @@ The file `cpdfmanual.pdf` in this folder is the documentation for the command line tools. The documentation for the cpdf OCaml library is in `doc/html/cpdf/` in this folder once the library has been built. + C API ----- @@ -72,6 +72,13 @@ A C interface to cpdf is available, in source and binary form: [https://github.com/coherentgraphics/cpdflib-binary](https://github.com/coherentgraphics/cpdflib-binary) +Python API +---------- + +A Python interface to cpdf is available: + +[https://pypi.org/project/pycpdflib/](https://pypi.org/project/pycpdflib/) + Contact -------