Page 1 of 1

Image Magick correct Syntax, to load in Folder

Posted: 2014-05-21T09:16:34-07:00
by Darknet
I want to import the converted Files PDF in jpg in an Folder.

These Script does not work

'/usr/bin/convert -density 600 rohdaten/'.$PDF.' bearbeitet/'.$PDFname.'_'.$kundnr.'_'.$pdf.'.jpg'

The Folder bearbeitet is the Problem, without these File the Script works.

'/usr/bin/convert -density 600 rohdaten/'.$PDF.' '.$PDFname.'_'.$kundnr.'_'.$pdf.'.jpg'

How can I tell the script that he should save it in this folder?

Re: Image Magick correct Syntax, to load in Folder

Posted: 2014-05-21T09:44:37-07:00
by fmw42
check the folder's permission and make sure it is writeable.