Download the PHP package irishdan/pdftronbundle without Composer
On this page you can find all versions of the php package irishdan/pdftronbundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download irishdan/pdftronbundle
More information about irishdan/pdftronbundle
Files in irishdan/pdftronbundle
Download irishdan/pdftronbundle
More information about irishdan/pdftronbundle
Files in irishdan/pdftronbundle
Vendor irishdan
Package pdftronbundle
Short Description A symfony bundle for PDFTron integration
License MIT
Package pdftronbundle
Short Description A symfony bundle for PDFTron integration
License MIT
Keywords pdftron symfony
Please rate this library. Is it a good library?
Informations about the package pdftronbundle
PDFTron demo integration
This a bundle to demonstrate how to get PDFTron set up for symfony projects using the PDFNet SDK and the PDFTron WebViewer
Installation
- To run the bash installation script run: sudo ./install_pdftron.sh
Manual Installation
- sudo apt-get install cmake
- sudo apt-get install swig
- git clone https://github.com/irishdan/PDFNetWrappers # Git the code.
- cd PDFNetWrappers/PDFNetC # Move to where we download PDFNet.
- wget http://www.pdftron.com/downloads/PDFNetC64.tar.gz # Download PDFNet.
- sudo tar xzvf PDFNetC64.tar.gz # sudo is better Unpack PDFNet.
- mv PDFNetC64/Headers/ . # Move PDFNet Headers/ into place.
- mv PDFNetC64/Lib/ . # Move PDFNet Lib/ into place.
- cd .. # Go back up.
- mkdir Build # Create a directory to create the Makefiles in.
- cd Build # Move to that directory.
- cmake -D BUILD_PDFNetPHP=ON .. # Create the Makefiles with CMake.
- make # Build the PHP wrappers with SWIG.
- sudo make install # Copy the PHP wrappers to suitable location
PHP.ini
- At this point PDFNetPHP.so has been added to your php extensions directory. But you need to add it to your php.ini
All versions of pdftronbundle with dependencies
PHP Build Version
Package Version
No informations.
The package irishdan/pdftronbundle contains the following files
Loading the files please wait ....