Search found 1 match

by ulrik
2014-12-04T10:12:02-07:00
Forum: Users
Topic: text goes missing when converting pdf to jpg
Replies: 5
Views: 16225

Re: text goes missing when converting pdf to jpg

I solve a similar problem with missing text when calling convert from MATLAB by adding the following to the call:

export LD_LIBRARY_PATH=""; i.e.

$command = "export LD_LIBRARY_PATH=\"\";/usr/bin/convert $source $dest"

I think the problem is related to the version of Ghostscript installed on my ...