Search code examples
javainfopathdotnetzip

Unzip Microsoft Infopath .xsn file with Java


I am facing one issue which is related to unzipping .xsn file from java code. I am stuck up with and looking for some resolution.

Guys can you please help me out from this problem?

I have tried with java traditional code to ZipFile class.


Solution

  • The XSN file is really a CAB file. Try checking out the Microsoft CAB SDK here

    http://support.microsoft.com/?scid=kb;EN-US;310618