XZ files are XZipped archive files, this format is a high-ratio compression algorithm based on the LZMA algorithm. This archive format like GZip can compress only a single file, not multiple files or folders. So it is mostly used with TAR (TXZ) - multiple files/folders compressed into single file TAR after it is compressed with XZip.
TXZ format is also supported and described in the following article.
Unlike GZip, XZip does not store archived file name. Filename will be determined by archive name: for example test.doc.xz will “test.doc” after unpack, and “test.xls.xz” will be “test.xls”.
Extension: XZ
XZ archives can be opened with WinRar.
How to convert XZ archive files
Convert archive files to HTML
To convert archive files to multiple pages HTML with GroupDocs.Viewer for Java use following code: