Ho PDF che ho bisogno di convertire in immagini. Ho installato Imagemagick. Ho un PDF di nome a.pdf che posso aprire (non è corrotto) nella cartella C: \ Convertire \Imagemagick Converti PDF in JPEG: FailedToExecuteCommand `" gswin32c.exe "/ PDFDelegateFailed
Dalla riga di comando che sto cercando
C:\Convert>convert a.pdf a.jpg
E sto ottenendo l'errore .
convert.exe: FailedToExecuteCommand `"gswin32c.exe" -q -dQUIET -dSAFER -dBATCH -
dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEV
ICE=pamcmyk32" -dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-r72x72" -dUseCIEColor
"-sOutputFile=C:/Users/MNALDO~1.COR/AppData/Local/Temp/magick-3704HYGOqqIK5rhI%d
" "-fC:/Users//MNALDO~1.COR/AppData/Local/Temp/magick-3704vK6aHo7Ju9WO" "-fC:/Use
rs//MNALDO~1.COR/AppData/Local/Temp/magick-3704GQSF9kK8WAw6"' (The system cannot
find the file specified.
) @ error/delegate.c/ExternalDelegateCommand/480.
convert.exe: PDFDelegateFailed `The system cannot find the file specified.
' @ error/pdf.c/ReadPDFImage/797.
convert.exe: no images defined `a.jpg' @ error/convert.c/ConvertImageCommand/323
0.
È necessario installare Ghostscript per rasterizzare file vettoriali (come PDF, EPS, PS, ecc .) con Imagemagick. – Crontab
Il comando di conversione imagemagick sta cercando quello da installare o è un software alternativo da utilizzare per fare questa conversione? – MatthewD
Entrambi. Imagemagick lo richiede per la rasterizzazione del file vettoriale, ma sostanzialmente lo esegue in Ghostscript per farlo. Infatti, l'intera riga di comando Ghostscript è elencata nella tua domanda (a partire da "gswin32c.exe" e termina poco prima "(Il sistema non può".) – Crontab