I am having an issue while converting a PDF to a thumbnail PNG image, either the text doesn't display or is garbled up... Hope someone can help I can't determine any other possible ways to fix the issue.
Here is what the PDF looks like:

This is the result of the conversion:

Command I am using is:
convert -colorspace RGB Abcs.pdf[0] -colorspace sRGB -resize '25%' -quality 100 test.png
Software Versions I am using
ImageMagick 6.9.7-4 Q16 x86_64 20170114
GPL Ghostscript 9.22 (2017-10-04)
Ubuntu 18.04.1 LTS (GNU/Linux 4.15.0-32-generic x86_64)