From 8536c10ed7bf28795fc8fcb68df3942ad4970d30 Mon Sep 17 00:00:00 2001 From: John Whitington Date: Tue, 28 Sep 2021 16:59:13 +0100 Subject: [PATCH] more --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 47464fc..b8b71db 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ use, a license must be purchased from It prints a little message to stderr about the non-commercial license, and sets the Producer to cpdf. + Functionality --- @@ -29,6 +30,7 @@ Functionality * Detect missing fonts, low resolution images * Combine multiple operations in a single command + Documentation --- @@ -57,10 +59,11 @@ 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: +C/C++/Python API +---------------- + +C/C++/Python interfaces to cpdf are available, in source and binary form: [https://github.com/johnwhitington/cpdflib-source](https://github.com/johnwhitington/cpdflib-source)