Search found 1 match
- 2011-10-03T22:48:44-07:00
- Forum: Users
- Topic: Some PDF thumbnails are all black!
- Replies: 1
- Views: 3435
Some PDF thumbnails are all black!
Hi All, We have used $cmd = 'export PATH="/usr/local/bin/"; convert -density 400 -colorspace RGB '.$pdf_path.''.$pdf_name.' -resize 125 -quality 100 '.$thumb_path.''.$file_name.'.jpg'; $all_thumb = shell_exec($cmd); But thumbnails are all black in few server, not for all the servers. Will you ...