diff --git a/README.md b/README.md index 3bce2e2..42a56a7 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/cpdfmanual.pdf b/cpdfmanual.pdf index 70fb258..71eaf74 100644 Binary files a/cpdfmanual.pdf and b/cpdfmanual.pdf differ diff --git a/Linux-Intel-32bit/cpdf b/old32bit/Linux-Intel-32bit/cpdf similarity index 100% rename from Linux-Intel-32bit/cpdf rename to old32bit/Linux-Intel-32bit/cpdf diff --git a/Windows32bit/cpdf.exe b/old32bit/Windows32bit/cpdf.exe similarity index 100% rename from Windows32bit/cpdf.exe rename to old32bit/Windows32bit/cpdf.exe