cancel
Showing results for 
Search instead for 
Did you mean: 

How to specify the "convert" command on a windows machine

Arnault_
Confirmed Champ
Confirmed Champ

Hello

As I try to import a *.pdf file into my Nuxeo base, I receive the error:

cmd /C convert -strip -thumbnail "280x280" -background transparent -gravity center -format png -quality 75 "C:\Install\nuxeo-cap-5.8-tomcat-sdk\nxserver\data\binaries\data\71\ad\71ad7872e4eed88aa27a471168dd1ca2"[0] "C:\Install\nuxeo-cap-5.8-tomcat-sdk\tmp\nuxeoImageTarget6462768296416697612.png" Param�tre non valide - -thumbnail

It seemes that the "convert" command which is tried is the Unix flavour of this command, while I am on a Windows machine!!

How can I configure Nuxeo to specifiy the correct command to convert or to generate the thumnail?

Thanks for any hint...

Regards Christian Arnault

4 REPLIES 4

Florent_Guillau
World-Class Innovator
World-Class Innovator

convert is part of ImageMagick, which you need to install. Please see Installing and Setting up Related Software for details.

Thanks a lot for this information

Arnault_
Confirmed Champ
Confirmed Champ

Hi

Arnault_
Confirmed Champ
Confirmed Champ

Hi