ImageMagick jpg to pdf

Post Reply
msierra
Member
Posts: 22
Joined: Thu Nov 27, 2014 1:38 pm

ImageMagick jpg to pdf

Post 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
jan_suhr
Advanced member
Posts: 592
Joined: Fri Nov 04, 2011 1:12 pm
Location: Nyköping, Sweden

Re: ImageMagick jpg to pdf

Post 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
Jan Suhr
Color Consult AB
Sweden
=============
Check out my apps
msierra
Member
Posts: 22
Joined: Thu Nov 27, 2014 1:38 pm

Re: ImageMagick jpg to pdf

Post by msierra »

Hello jan_suhr,

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