WMF to PDF [ImageMagick.MagickMissingDelegateErrorException: no decode delegate for this image format `WMF'] #1183
Unanswered
viktorshevchenko210
asked this question in
Help
Replies: 1 comment
-
WMF and EMF are supported under Windows but on other platforms this requires the use of an external library. This library is licensed under the GPL license and not included by default. In theory you could probably add this yourself to the Magick.Native library but because of the used license I cannot add this for you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There is an error converting WMF to PDF:
Property MagickNET.Delegates returns following delegates
Installing ImageMagick from official site it is possible to add wmf delegate. File is converted successfully using installed library. But C# application doesn't see that delegate.
How to add wmf delegate to library?
Beta Was this translation helpful? Give feedback.
All reactions