question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ImageMagick.MagickDelegateErrorException: PDFDelegateFailed `Could not find the specified file.' @ error/pdf.c/ReadPDFImage/794

See original GitHub issue

Hello 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:closed
  • Created 6 years ago
  • Comments:13 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
dlemstracommented, Feb 1, 2018

Did you install Ghostscript on that machine?

0reactions
majoko87commented, Feb 6, 2018

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 😃. 👍

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found