1 converter.ImageConverter.path=convert 2 3 On Windows the right path is 4 C:\\LogicalDOC\\imagemagick\\convert.exe 5 6 so this should become 7 converter.ImageConverter.path=C:\\LogicalDOC\\imagemagick\\convert.exe 8 9 10 converter.GhostscriptConverter.path=gs 11 12 On Windows the right path is 13 C:\LogicalDOC\ghostscript\bin\gs.exe 14 15 so this should become 16 converter.GhostscriptConverter.path=C:\\LogicalDOC\\ghostscript\\bin\\gs.exe