Carpentier Pierre-Francois
Carpentier Pierre-Francois
Right now, it's not supported. It should be possible to implement it through the OpenSSL pkcs11 engine provided by OpenSC, but this requires some modification on the uts-server part for...
I've looked a little, it looks like a libvisio bug. For the Archive icons in 2012_Stencil_121412.vss file: SVG generated by libvisio (vss2html) ```xml ``` SVG generated by libvisio2svg: ```xml ```...
No, simply because I use whichever libvisio is provided by the distribution. There is no version pinning on libvisio. Testing with the latest libvisio version (0.1.6-1) the issue is still...
Could you give more information about the environment in which you want to use libemf2svg? Like the OS, the compiler used, which version of libc?
Could you provide the original emf file?
thanks, I've received the emf file, I will look into it
Hello, Thanks for the PR. However, I have two concerns regarding this change: 1. the cmake debian helper seems to cope ok with the existing install variables, I've in fact...
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...
The emfplus flag enable the parsing of EMF+ records (FYI, EMF+ records are put inside EMF Comment records). Right now, all it does is displaying the records content in verbose...
Technically, it's possible: parsing of the document, inspect EMF comment records to see if it has EMF+ flag. It's not that complex, but it's not implemented yet.