This uses pdftk. #!/bin/bash file=$1 text=$2 if [ -z "$file" ] | [ -z "$text" ]; then echo "Usage: sh script.sh file.pdf 'text...

Best results in other decks

ActiveStorage does not provide any built-in way of implementing authentication for the available DirectUpload endpoint in Rails. When using...

How to retrieve connection information from memcached. printf "stats\nquit\n" | nc 127.0.0.1 $MEMCACHED_PORT | grep connection

Search in all decks