ImageMagick.MagickDelegateErrorException: PDFDelegateFailed `Could not find the specified file.' @ error/pdf.c/ReadPDFImage/794
See original GitHub issueHello there, i get the following exception from ImageMagick:
`ImageMagick.MagickDelegateErrorException: PDFDelegateFailed `Das System kann die angegebene Datei nicht finden.
' @ error/pdf.c/ReadPDFImage/794
bei ImageMagick.MagickImageCollection.NativeMagickImageCollection.ReadFile(MagickSettings settings)
bei ImageMagick.MagickImageCollection.AddImages(String fileName, MagickReadSettings readSettings, Boolean ping)
bei ImageMagick.MagickImageCollection.Read(String fileName, MagickReadSettings readSettings)
bei Converter.ConvertPDFBMP.PdfToBmp.Convert(Parameter Parameter) in C:\dev\ConvertPdfBmp\Converter.cs:Zeile 97.`
Line 97 in Convert.cs is the following:
var magickReadSettings = new MagickReadSettings()
I’ve developed the application / tool on a Windows 7 System. It runs perfectly developed VS 2008. However, when I deploy the converter to a “Windows Embedded Standard” system I always get the above mentioned exception.
How can I solve this? I assume that it has something to do with the “Windows Embedded Standard” system but I need to get the conversion running on that system.
Issue Analytics
- State:
- Created 6 years ago
- Comments:13 (6 by maintainers)
Top Results From Across the Web
Error with ImageMagick and Ghostscript converting from PDF
The error we receive is PDFDelegateFailed. ... ImageMagick can't handle PDF files directly, unlike image formats (PDF is not an image format ...
Read more >ImageMagick.MagickDelegateErrorException - Legacy ...
NET-Q16-AnyCPU.dll but was not handled in user code Additional information: PDFDelegateFailed `The system cannot find the file specified.
Read more >new to convert - have error message - Legacy ...
I have a pdf file (exportTest.pdf) with an image I'd like to ... magick: PDFDelegateFailed `The system cannot find the file specified.
Read more >PDF to TIF failing - error/delegate.c
Nasty error, says file not found. But the pdf file exists. ... magick: PDFDelegateFailed `The system cannot find the file specified.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Did you install Ghostscript on that machine?
Sorry for my late reply. Was kinda busy the last days.
As the ImageMagick project contains much more than I / we need I decided to write an own wrapper for the ghostscript libary. This, in the case of time effort, makes more sense to me then patching the whole ImageMagick project. So far the wrapper libary works without problems on the Windows XP embedded system.
Thanks for your support so far 😃. 👍