Created
December 18, 2012 10:44
-
-
Save caferrari/4327027 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget http://www.pdflib.com/binaries/PDFlib/705/PDFlib-Lite-7.0.5p3.tar.gz | |
tar -zxvf PDFlib-Lite-7.0.5p3.tar.gz | |
cd PDFlib-Lite-7.0.5p3/ | |
./configure | |
make | |
sudo make install | |
sudo pecl install pdflib | |
echo "extension=pdf.so" | sudo tee /etc/php5/conf.d/pdf.ini | |
# Reinicie o Apache ou php-fpm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment