pdftools icon indicating copy to clipboard operation
pdftools copied to clipboard

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

Open wammar opened this issue 8 months ago • 1 comments

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 [email protected]: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?

wammar avatar Jun 28 '24 17:06 wammar