Update docs and move 32 bit to old

This commit is contained in:
John Whitington 2023-07-27 13:51:11 +01:00
parent ac262da620
commit 16c1bc4f33
4 changed files with 25 additions and 7 deletions

View File

@ -21,10 +21,11 @@ Functionality
* Scale, rotate, crop and flip pages. Scale pages to fit.
* Copy, Remove and Add bookmarks
* Stamp logos, watermarks, page numbers and multiline text. Transparency.
* Embed TrueType fonts when adding text
* Supports Unicode UTF8 text input and output
* Make PDF-based presentations
* Put multiple pages on a single page
* List, copy, or remove annotations
* List, copy, set, or remove annotations
* Read and set document information and metadata
* Add and remove file attachments to document or page.
* Thicken hairlines, blacken text, make draft documents
@ -33,6 +34,7 @@ Functionality
* Export and import PDF files in JSON format
* Build table of contents
* Convert text to PDF
* Draw on PDF files with graphics and text
Documentation
@ -61,17 +63,33 @@ The last version of cpdf compatible with Windows XP is v2.2.1.
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".
click "Allow anyway". Instructions:
[https://www.coherentpdf.com/mac.html](https://www.coherentpdf.com/mac.html)
C/C++/Python API
----------------
C/C++/Python/.NET/Java API
---
C/C++/Python interfaces to cpdf are available, in source and binary form:
And API version of these tools is available:
[https://github.com/johnwhitington/cpdflib-source](https://github.com/johnwhitington/cpdflib-source)
C/C++ source: [https://github.com/johnwhitington/cpdflib-source](https://github.com/johnwhitington/cpdflib-source)
[https://github.com/coherentgraphics/cpdflib-binary](https://github.com/coherentgraphics/cpdflib-binary)
C/C++ binaries: [https://github.com/coherentgraphics/cpdflib-binary](https://github.com/coherentgraphics/cpdflib-binary)
Python: [https://github.com/coherentgraphics/python-libcpdf](https://github.com/coherentgraphics/python-libcpdf)
Java: [https://github.com/coherentgraphics/jcpdf](https://github.com/coherentgraphics/jcpdf)
.NET: [https://github.com/coherentgraphics/dotnet-libcpdf](https://github.com/coherentgraphics/dotnet-libcpdf)
Coherentpdf.js
---
A JavaScript implementation for node and the browser is available:
[https://github.com/coherentgraphics/coherentpdf.js](https://github.com/coherentgraphics/coherentpdf.js)
Support

Binary file not shown.