uroesch / pdftools

A collection of PDF command line tools and wrappers for Linux
MIT License
88 stars 4 forks source link

Getting an error "Missing dependency 'identify' Please install first!" after installation #68

Open wammar opened 3 months ago

wammar commented 3 months ago

Big fan of pdftools! I am trying to use img2pdf on a wsl environment on Windows 11, and here are the commands I ran:

Setup:

git clone git@github.com:uroesch/pdftools.git
cd pdftools
make user_install
# then edited the .bashrc file, sourced it and made sure the destination /user/wammar/bin is in the PATH variable

Problem:

(base) wammar@Bridge:/mnt/c/Users/wamma/git/pdftools$ img2pdf
Missing dependency 'identify'
Please install first!

Any suggestions on how I can address this?

panseeatta commented 2 months ago

I'm also getting this same issue.