kcs / lopdf
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Rust
Type:php-ext
README
LoPDF reads and manipulates PDF files. This package exposes a native php class to create, read and manipulate PDF files.
Building, extending PHP
$ phpize $ ./configure $ make $ make install # in php.ini set extension=lopdf.so or: $ php -dextension=path-to-project/target/release/lopdf.so <your php file>