Search found 2 matches

by almighty
2019-02-05T09:54:23-07:00
Forum: Users
Topic: Caption text printing with quotes
Replies: 2
Views: 3278

Re: Caption text printing with quotes

Thanks for your reply.

By command line, the problem was that the parenthesis had to be in the following format -> "(" instead of (

I already got problem executing it with java. For those who have the same problem:
Process p = Runtime.getRuntime().exec(command); //not working
replaced by ...
by almighty
2019-01-25T04:42:23-07:00
Forum: Users
Topic: Caption text printing with quotes
Replies: 2
Views: 3278

Caption text printing with quotes

Hi,

I'm on a RedHat 7.5 Linux server.

The use of caption while composing an image is working well, except that I have a weird behaviour:
- caption: 'My caption text'
is printing on the image -> 'My caption text' (Note the surrounding quotes)
- caption: "My caption text"
is printing on the image ...