Search found 3 matches

by libarth
2013-09-10T06:47:07-07:00
Forum: Users
Topic: bash Postscript delegate failed in crontab
Replies: 4
Views: 2791

Re: bash Postscript delegate failed in crontab

Hi,

I do not call gs directly, I call convert with its full path.

Lionel
by libarth
2013-09-06T01:15:26-07:00
Forum: Users
Topic: bash Postscript delegate failed in crontab
Replies: 4
Views: 2791

Re: bash Postscript delegate failed in crontab

Hi,

I have already check this, all paths are full.

Regards,
Lionel
by libarth
2013-09-05T07:09:58-07:00
Forum: Users
Topic: bash Postscript delegate failed in crontab
Replies: 4
Views: 2791

bash Postscript delegate failed in crontab

Hi, I have writen a bash script that converts files from pdf to jpg using : convert -verbose -density 400 $pdf $jpg The bash script works perfectly when I launch it from the command line but not when I launch it from a crontab. The bash script works if I run it from the command line as root. I tried ...