pdftools
pdftools copied to clipboard
Getting an error "Missing dependency 'identify' Please install first!" after installation
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?