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?
Image Magick correct Syntax, to load in Folder
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Image Magick correct Syntax, to load in Folder
check the folder's permission and make sure it is writeable.