Autoporting

Hello,

I have a general question, not about your products, but about a technology behind it.
I came across your blog posts about the so called “Autoporting” of your C# codebase to Java.
The “auto” in there got my attention and I tried to find out, which technology you are using for it or if you are writing the “Autoporter” yourself, as Java is very close to C#.
Sadly I didn’t get this information out of your blog posts, that’s why I am writing you here.

Thank you in advance,
Daniel

@DanielCrea,

Over the years, we have developed our own auto-porters that we use internally to produce Java APIs from .NET APIs. For example, Aspose.Words for Java is completely auto-ported from .NET, i.e. we do not write code for Aspose.Words for Java; it is generated out automatically from C# code of Aspose.Words for .NET with the help of our internal auto-porters.

Please also check: https://www.codeporting.com/

Hope, this helps.

1 Like

Thank you very much, this helps.