سؤال

I would like to read the content of an EMF spool file into a .NET application and extract the text content. Can anyone help suggest an approach for doing this? Any libraries or objects available off-the-shelf? Or any suggestions on a EMF file parsing example?

لا يوجد حل صحيح

نصائح أخرى

If you are OK with rendering it and then using the result, there's Imageresizing.net that can render EMFs for you and give you a PNG for example based on it. That way you could for example render it in a browser to create some kind of viewer thing - which would be slow as all hell but still.

Then there's www.MetaDraw.com as well but I haven't actually used it - might be better or worse.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top