Acquire PDF thumbnail

(from github.com/kyo1915)
I am using fess11.4.1.
I want to acquire thumbnails of PDF files with web crawl.
Do I need to set something?

(from github.com/marevol)
PDF thumbnail is supported on Linux.
Installing convert command for ImageMagick, it’ll work.

(from github.com/kyo1915)
ImageMagick was installed.

Version: ImageMagick 6.7.7-10 2014-03-06 Q16 http://www.imagemagick.org
Copyright: Copyright © 1999-2012 ImageMagick Studio LLC
Features: OpenMP

OS uses ubuntu.
Is there anything else you need to install?

(from github.com/kyo1915)
This command created a png file.
/fess-11.4.1/bin/generate-thumbnail pdf ./test.pdf ./test.png

I also installed unoconv, libreoffice, vlgothic-fonts, but I will not improve it.
Are there any other points to check?