-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libemf2svg doesn't handle EMF+ records conversion #12
Comments
libemf2svg doesn't handle EMF+ records as of now: https://github.com/kakwa/libemf2svg#emfemf-record-type-coverage Maybe in a few years when most of the bugs in EMF (not +) are solved :). There are tons of things I need to fix, the first that comes to my mind is the handling of clipping forms. Actually this test file seems to be coming from http://libuemf.sourceforge.net/ which I use for EMF record parsing. Renaming the bug to a more accurate name. |
Is it possible to have a flag that check if the file is supported before converting? |
The emfplus flag enable the parsing of EMF+ records (FYI, EMF+ records are put inside EMF Comment records). |
Is it possible to detect a file with EMF+ records or output an error in case there are unsupported records? |
Technically, it's possible: |
I've implemented it: |
Thanks. |
No, but you can easily create a small C code to have your own check based on the following code: https://github.com/kakwa/libemf2svg/blob/master/goodies/check_emfp.c |
Great, thanks. |
I'm getting an empty SVG when converting this EMF taken from here.
The text was updated successfully, but these errors were encountered: