I have changed my "TEMP" system environment variable to "C:\TEMP". Now the conversion procedure works:
C:\TEMP>echo %temp%
C:\TEMP
C:\TEMP>cd /test
C:\test>magick test.pdf test.jpg
BTW, it seems that as a normal user I am also allowed to write inside c:\windows\temp
C:\test>cd %systemroot%\temp ...
Search found 8 matches
- 2018-09-15T05:49:49-07:00
- Forum: Bugs
- Topic: WIN10-64bit w/IM7.0.8-11Q16x64 & GS9.19: PDFDelegateFailed
- Replies: 14
- Views: 27648
- 2018-09-14T23:49:09-07:00
- Forum: Bugs
- Topic: WIN10-64bit w/IM7.0.8-11Q16x64 & GS9.19: PDFDelegateFailed
- Replies: 14
- Views: 27648
Re: WIN10-64bit w/IM7.0.8-11Q16x64 & GS9.19: PDFDelegateFailed
Both directories are there; is this important?
c:\temp>echo %temp%
C:\WINDOWS\TEMP
c:\temp>cd \windows\temp
c:\Windows\Temp>dir
Volume in drive C is WINDOWS
Volume Serial Number is 623A-26AE
Directory of c:\Windows\Temp
File Not Found
c:\temp>echo %temp%
C:\WINDOWS\TEMP
c:\temp>cd \windows\temp
c:\Windows\Temp>dir
Volume in drive C is WINDOWS
Volume Serial Number is 623A-26AE
Directory of c:\Windows\Temp
File Not Found
- 2018-09-14T09:34:02-07:00
- Forum: Bugs
- Topic: WIN10-64bit w/IM7.0.8-11Q16x64 & GS9.19: PDFDelegateFailed
- Replies: 14
- Views: 27648
Re: WIN10-64bit w/IM7.0.8-11Q16x64 & GS9.19: PDFDelegateFailed
c:\TEMP>magick Document.pdf Document.jpg
magick: PDFDelegateFailed `[ghostscript library 9.25] -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=pngalpha" -dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-r72x72" "-sOutputFile=C:/WINDOWS/TEMP ...
magick: PDFDelegateFailed `[ghostscript library 9.25] -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=pngalpha" -dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-r72x72" "-sOutputFile=C:/WINDOWS/TEMP ...
- 2018-09-14T09:31:29-07:00
- Forum: Bugs
- Topic: WIN10-64bit w/IM7.0.8-11Q16x64 & GS9.19: PDFDelegateFailed
- Replies: 14
- Views: 27648
Re: WIN10-64bit w/IM7.0.8-11Q16x64 & GS9.19: PDFDelegateFailed
c:\>echo %temp%
C:\WINDOWS\TEMP
c:\>cd temp
c:\TEMP>
C:\WINDOWS\TEMP
c:\>cd temp
c:\TEMP>
- 2018-09-14T05:14:15-07:00
- Forum: Bugs
- Topic: WIN10-64bit w/IM7.0.8-11Q16x64 & GS9.19: PDFDelegateFailed
- Replies: 14
- Views: 27648
[SOLVED] Re: WIN10-64bit w/IM7.0.8-11Q16x64 & GS9.19: PDFDelegateFailed
Dear snibgo, I confirm that your solution does work in my system:
c:\test>set MAGICK_TEMPORARY_PATH=.
c:\test>magick test.pdf test.png
c:\test>magick Document.pdf Document.png
c:\test>dir *.png
Volume in drive C is WINDOWS
Volume Serial Number is 623A-26AE
Directory of c:\test
20180914 02 ...
c:\test>set MAGICK_TEMPORARY_PATH=.
c:\test>magick test.pdf test.png
c:\test>magick Document.pdf Document.png
c:\test>dir *.png
Volume in drive C is WINDOWS
Volume Serial Number is 623A-26AE
Directory of c:\test
20180914 02 ...
- 2018-09-14T01:07:17-07:00
- Forum: Bugs
- Topic: WIN10-64bit w/IM7.0.8-11Q16x64 & GS9.19: PDFDelegateFailed
- Replies: 14
- Views: 27648
Re: WIN10-64bit w/IM7.0.8-11Q16x64 & GS9.19: PDFDelegateFailed
------------------------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------------------ ...
------------------------------------------------------------------------------------------------------------------------------------------------ ...
- 2018-09-14T00:41:22-07:00
- Forum: Bugs
- Topic: WIN10-64bit w/IM7.0.8-11Q16x64 & GS9.19: PDFDelegateFailed
- Replies: 14
- Views: 27648
Re: WIN10-64bit w/IM7.0.8-11Q16x64 & GS9.19: PDFDelegateFailed
Dear fmw42,
I removed both IM and GS. Installed GS 9.25. Installed IM again.
After restarting WIN10 this is the outcome in my Terminal:
>magick -list configure
-------------------------------------------------------------------------------
Name Value
FEATURES OpenMP
NAME ImageMagick
QuantumDepth ...
I removed both IM and GS. Installed GS 9.25. Installed IM again.
After restarting WIN10 this is the outcome in my Terminal:
>magick -list configure
-------------------------------------------------------------------------------
Name Value
FEATURES OpenMP
NAME ImageMagick
QuantumDepth ...
- 2018-09-13T23:01:59-07:00
- Forum: Bugs
- Topic: WIN10-64bit w/IM7.0.8-11Q16x64 & GS9.19: PDFDelegateFailed
- Replies: 14
- Views: 27648
WIN10-64bit w/IM7.0.8-11Q16x64 & GS9.19: PDFDelegateFailed
In 64-bit Windows 10, with ImageMagick 7.0.8-11 Q16 x64 and GPL Ghostscript 9.19 (64-bit) I can convert pdf to png with gs (gs bin directory is in the path):
>gswin64c -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=pngalpha ...
>gswin64c -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=pngalpha ...