2013-08-15 16:06:31 +02:00
|
|
|
cpdf-binaries
|
|
|
|
=============
|
|
|
|
|
2013-08-20 18:07:41 +02:00
|
|
|
PDF Command Line Tools binaries for Linux, Mac, Windows.
|
|
|
|
|
|
|
|
For non-commercial use only. See the file LICENSE for details. For commercial
|
|
|
|
use, a license must be purchased from
|
|
|
|
[http://www.coherentpdf.com](http://www.coherentpdf.com).
|
|
|
|
|
2021-06-21 17:25:19 +02:00
|
|
|
It prints a little message to stderr about the non-commercial license, and sets
|
|
|
|
the Producer to cpdf.
|
2013-08-20 18:07:41 +02:00
|
|
|
|
2021-09-28 17:59:13 +02:00
|
|
|
|
2013-08-20 18:07:41 +02:00
|
|
|
Functionality
|
|
|
|
---
|
|
|
|
|
|
|
|
* Quality Split and Merge, keeping bookmarks. Extract pages. Split on Bookmarks.
|
|
|
|
* Encrypt and Decrypt (including AES 128 and AES 256 encryption)
|
2022-01-20 20:43:51 +01:00
|
|
|
* Scale, rotate, crop and flip pages. Scale pages to fit.
|
2013-08-20 18:07:41 +02:00
|
|
|
* Copy, Remove and Add bookmarks
|
|
|
|
* Stamp logos, watermarks, page numbers and multiline text. Transparency.
|
|
|
|
* Supports Unicode UTF8 text input and output
|
|
|
|
* Make PDF-based presentations
|
|
|
|
* Put multiple pages on a single page
|
2021-06-30 15:03:12 +02:00
|
|
|
* List, copy, or remove annotations
|
2013-08-20 18:07:41 +02:00
|
|
|
* Read and set document information and metadata
|
|
|
|
* Add and remove file attachments to document or page.
|
|
|
|
* Thicken hairlines, blacken text, make draft documents
|
|
|
|
* Reconstruct malformed files
|
|
|
|
* Detect missing fonts, low resolution images
|
2022-01-20 20:43:51 +01:00
|
|
|
* Export and import PDF files in JSON format
|
|
|
|
* Build table of contents
|
|
|
|
* Convert text to PDF
|
2013-08-20 18:07:41 +02:00
|
|
|
|
2021-09-28 17:59:13 +02:00
|
|
|
|
2013-08-20 18:07:41 +02:00
|
|
|
Documentation
|
|
|
|
---
|
|
|
|
|
|
|
|
PDF Manual:
|
|
|
|
|
|
|
|
[http://www.coherentpdf.com/cpdfmanual.pdf](http://www.coherentpdf.com/cpdfmanual.pdf)
|
|
|
|
|
|
|
|
Examples:
|
|
|
|
|
|
|
|
[http://www.coherentpdf.com/usage-examples.html](http://www.coherentpdf.com/usage-examples.html)
|
|
|
|
|
|
|
|
Website:
|
|
|
|
|
|
|
|
[http://www.coherentpdf.com/](http://www.coherentpdf.com)
|
|
|
|
|
|
|
|
|
|
|
|
To Install
|
|
|
|
---
|
|
|
|
|
|
|
|
The program cpdf (or cpdf.exe for Windows) is a single executable with no
|
|
|
|
dependencies. Copy it to somewhere suitable on your platform.
|
|
|
|
|
2019-12-08 13:52:42 +01:00
|
|
|
The last version of cpdf compatible with Windows XP is v2.2.1.
|
|
|
|
|
2021-06-23 17:21:45 +02:00
|
|
|
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".
|
|
|
|
|
2021-06-28 19:25:20 +02:00
|
|
|
|
2021-09-28 17:59:13 +02:00
|
|
|
C/C++/Python API
|
|
|
|
----------------
|
|
|
|
|
|
|
|
C/C++/Python interfaces to cpdf are available, in source and binary form:
|
2021-06-28 19:25:20 +02:00
|
|
|
|
|
|
|
[https://github.com/johnwhitington/cpdflib-source](https://github.com/johnwhitington/cpdflib-source)
|
|
|
|
|
|
|
|
[https://github.com/coherentgraphics/cpdflib-binary](https://github.com/coherentgraphics/cpdflib-binary)
|
|
|
|
|
|
|
|
|
2013-08-20 18:07:41 +02:00
|
|
|
Support
|
|
|
|
---
|
|
|
|
|
|
|
|
Raise an issue in this github repository, or email
|
|
|
|
contact@coherentgraphics.co.uk
|