Page 1 of 1

CSharp SDK

Posted: Sun Jul 03, 2016 10:37 am
by Motus29
Hi,

Do you think that it is possible to developp a managed version (or a wrapper) of SDK to use it with CSharp ?

Thank you.

Re: CSharp SDK

Posted: Tue Aug 23, 2016 3:00 pm
by mootools
Hello Motus,

Yes this is possible to write a .net wrapper and call the SDK from this wrapper.

Depending on your needs this wrapper can be more or less complex.
In most of case, you wrap high level features (load file, convert it, optimize it...) and making the wrapper is something fast and easy.

Manuel