From db543e22129870e5220db36f46e1d5de33316d74 Mon Sep 17 00:00:00 2001 From: John Whitington Date: Mon, 28 Jun 2021 18:25:20 +0100 Subject: [PATCH] more --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 1e0db5f..db3296e 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,16 @@ MacOS: The executable is codesigned, but not notarized. If it refuses to run the first time, go to System Preferences --> Security & Privacy --> General and click "Allow anyway". +C API +----- + +A C interface to cpdf is available, in source and binary form: + +[https://github.com/johnwhitington/cpdflib-source](https://github.com/johnwhitington/cpdflib-source) + +[https://github.com/coherentgraphics/cpdflib-binary](https://github.com/coherentgraphics/cpdflib-binary) + + Support ---