Skip to content

Instantly share code, notes, and snippets.

@velys
velys / pdf-thumbnail-php.md
Created June 16, 2022 13:53 — forked from umidjons/pdf-thumbnail-php.md
Creating PDF thumbnails in PHP

Creating PDF thumbnails in PHP

Install Ghostscript

Download and install right version of ghostscript. In my case my PHP was x86 architecture, so I download Ghostscript 9.14 for Windows (32 bit).

Enable ImageMagick

@velys
velys / .zshrc
Created August 14, 2019 13:59 — forked from danieldfc/.zshrc
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
export ANDROID_HOME=/user/local/bin
export PATH=$PATH:$ANDROID_HOME/tools
export PATH=$PATH:$ANDROID_HOME/platform-tools
# Path to your oh-my-zsh installation.
export ZSH="/home/danielfelizardo/.oh-my-zsh"