Acknowledgments
This commit is contained in:
parent
37d968c39f
commit
6549b124fa
11
README.md
11
README.md
|
@ -2,14 +2,14 @@ cpdf-source
|
||||||
===========
|
===========
|
||||||
|
|
||||||
Free for non-commercial use. See LICENSE for details. Copyright Coherent
|
Free for non-commercial use. See LICENSE for details. Copyright Coherent
|
||||||
Graphics Ltd 2022.
|
Graphics Ltd 2023.
|
||||||
|
|
||||||
This code builds two things:
|
This code builds two things:
|
||||||
|
|
||||||
a) The CPDF PDF Command Line Tools, which are a popular commercial command line
|
a) The CPDF PDF Command Line Tools, which are a popular commercial command line
|
||||||
tool for editing PDF files.
|
tool for editing PDF files.
|
||||||
|
|
||||||
b) cpdf as an OCaml library, for which presently-scanty documentation is here:
|
b) cpdf as an OCaml library, for which documentation is here:
|
||||||
|
|
||||||
[https://coherentpdf.com/cpdf/](https://coherentpdf.com/cpdf/)
|
[https://coherentpdf.com/cpdf/](https://coherentpdf.com/cpdf/)
|
||||||
|
|
||||||
|
@ -82,6 +82,13 @@ A Python interface to cpdf is available:
|
||||||
|
|
||||||
[https://pypi.org/project/pycpdflib/](https://pypi.org/project/pycpdflib/)
|
[https://pypi.org/project/pycpdflib/](https://pypi.org/project/pycpdflib/)
|
||||||
|
|
||||||
|
Acknowledgments
|
||||||
|
---------------
|
||||||
|
|
||||||
|
The file [cpdfxmlm.ml](cpdfxmlm.ml) was written by Daniel Bünzli.
|
||||||
|
|
||||||
|
The file [cpdfyojson.ml](cpdfyojson.ml) was written by Martin Jambon and others.
|
||||||
|
|
||||||
Contact
|
Contact
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue