When trying to View this specific ZIP file, or call GetViewInfo, the following exception is thrown:
System.NotImplementedException: 'No other compression methods implemented.'
https://drive.google.com/file/d/1QnRMJfcX5WoDNpzHO9b1p07lf7Gdg23L/edit
We are using GroupDocs Viewer 21.5.0 without this code:
using (var viewer = new Viewer(documentPath))
{
var info = viewer.GetViewInfo(ViewInfoOptions.ForHtmlView());
var options = HtmlViewOptions.ForEmbeddedResources(@"D:\output\output_viewer{0}.html");
viewer.View(options);
}
This was found by our internal QA engineers apparently by packing copies of the same TIF file into one big ZIP file. They were just using Windows Explorer for the compression.