more
This commit is contained in:
parent
66f49593cb
commit
cc1a1b7be1
11
README.md
11
README.md
|
@ -2,7 +2,7 @@ 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 2021.
|
Graphics Ltd 2022.
|
||||||
|
|
||||||
This code builds two things:
|
This code builds two things:
|
||||||
|
|
||||||
|
@ -55,7 +55,6 @@ Alternatively, the library and command-line binary can be installed by
|
||||||
opam install cpdf
|
opam install cpdf
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
Documentation
|
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/`
|
line tools. The documentation for the cpdf OCaml library is in `doc/html/cpdf/`
|
||||||
in this folder once the library has been built.
|
in this folder once the library has been built.
|
||||||
|
|
||||||
|
|
||||||
C API
|
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)
|
[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
|
Contact
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue