Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bearcodi/php-cpdf
PHP CPDF binary wrapper
https://github.com/bearcodi/php-cpdf
Last synced: about 11 hours ago
JSON representation
PHP CPDF binary wrapper
- Host: GitHub
- URL: https://github.com/bearcodi/php-cpdf
- Owner: bearcodi
- License: mit
- Created: 2017-07-07T02:49:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-12T03:48:24.000Z (about 5 years ago)
- Last Synced: 2024-08-14T11:16:31.827Z (3 months ago)
- Language: PHP
- Size: 1.4 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP CPDF binary wrapper
PHP wrapper library for Coherant Graphics Ltd CPDF for easier integration into PHP projects without needing to install/build CPDF on the host machine.
> **IMPORTANT** CPDF binaries are released under a [special not-for-commercial-use license](https://github.com/coherentgraphics/cpdf-binaries/blob/master/LICENSE)
If you like the tools and want to use them commercially, or need support, licenses are available from
[Coherent Graphics Ltd](http://www.coherentpdf.com). Commercial use involves anything other than private, personal use.Binaries are pulled from the official Coherant Graphics Ltd [PDF Command Line Tools binaries for Linux, Mac, Windows](https://github.com/coherentgraphics/cpdf-binaries) Github repository.
> **NOTE** Currently only Linux x86 binary driver is wrapped, the rest will come shortly :)
# Roadmap
- [x] CPDF binary path exposer
- [ ] Expand binary drivers to Windows and Mac
- [ ] CPDF CLI wrapped calls using Symfony Process package
- [ ] CPDF CLI commands fluent API
- [ ] Docs site