This commit is contained in:
John Whitington 2021-09-28 16:59:13 +01:00
parent d00cb47f8f
commit 8536c10ed7

View File

@ -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)