Page 1 of 1

ImageMagick jpg to pdf

Posted: Fri Apr 21, 2017 11:56 pm
by msierra
Trying to convert jpg to PDF using ImageMagick with Execute Command. Have had no success. Log is reporting "stderr: magick.exe: unable to load module 'C:\Program Files\ImageMagick-7.0.5-Q16\modules\coders\IM_MOD_RL_JPEG_.dll': The specified module could not be found."

However IM_MOD_RL_JPEG_.dll does exist. Just looking for some guidance. Any help would be greatly appreciated.

Particulars
Windows Server 2012 R2 Standard
Switch 13 update 1
ImageMagick for 64-bit Windows

Switch flow
Input folder
Execute Command
Output folder

Execute
Command or path: C:/Program Files/ImageMagick-7.0.5-Q16/magick.exe
Arguments: "%1" "%2"
Output
Copy input job: Yes
Output extension: PDF

Re: ImageMagick jpg to pdf

Posted: Sat Apr 22, 2017 9:16 am
by jan_suhr
It is probably a path-issue.

Try to use the Static IM where all the components are embedded in to one .exe-file.
They are at the bottom of the list.

http://www.imagemagick.org/script/binar ... hp#windows



Jan

Re: ImageMagick jpg to pdf

Posted: Sun Apr 23, 2017 1:05 pm
by msierra
Hello jan_suhr,

Downloaded static and it works fine via Execute Command. Thank you for the guidance, much appreciated.