symfony-bundle pdftronbundle
A symfony bundle for PDFTron integration
irishdan/pdftronbundle
A symfony bundle for PDFTron integration
- Wednesday, November 1, 2017
- by irishdan
- Repository
- 0 Watchers
- 0 Stars
- 4 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 3 Versions
- 33 % Grown
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, (*1)
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
dev-master
9999999-dev
A symfony bundle for PDFTron integration
Sources
Download
MIT
by
Dan Byrne
pdftron symfony
v0.3-alpha
0.3.0.0-alpha
A symfony bundle for PDFTron integration
Sources
Download
MIT
by
Dan Byrne
pdftron symfony
v0.2-alpha
0.2.0.0-alpha
A symfony bundle for PDFTron integration
Sources
Download
MIT
by
Dan Byrne
pdftron symfony