Image Magick correct Syntax, to load in Folder
Posted: 2014-05-21T09:16:34-07:00
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?
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?