Skip to content

Instantly share code, notes, and snippets.

@caferrari
Created December 18, 2012 10:44
Show Gist options
  • Save caferrari/4327027 to your computer and use it in GitHub Desktop.
Save caferrari/4327027 to your computer and use it in GitHub Desktop.
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