From 728fbf1115daedb6595b099b0bdc52df0fe7bdd7 Mon Sep 17 00:00:00 2001 From: John Whitington Date: Sat, 24 Feb 2024 13:05:28 +0000 Subject: [PATCH] Links to APIs --- README.md | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 73a6839..90c117f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,6 @@ b) cpdf as an OCaml library, for which documentation is here: [https://coherentpdf.com/cpdf/](https://coherentpdf.com/cpdf/) - Prerequisites to build ---------------------- @@ -65,7 +64,6 @@ 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 ----- @@ -80,7 +78,30 @@ Python API 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) + +Java API +-------- + +A Java interface to cpdf is available: + +[https://github.com/coherentgraphics/jcpdf](https://github.com/coherentgraphics/jcpdf) + +.NET API +-------- + +A .NET interface to cpdf is available: + +[https://github.com/coherentgraphics/dotnet-libcpdf](https://github.com/coherentgraphics/dotnet-libcpdf) + +JavaScript API +-------------- + +A JavaScript version of cpdf, for server and client side is available: + +Distribution: [https://www.npmjs.com/package/coherentpdf](https://www.npmjs.com/package/coherentpdf) + +Source: [https://github.com/coherentgraphics/coherentpdf.js](https://github.com/coherentgraphics/coherentpdf.js) Acknowledgments ---------------