Skip to content
CrazyDave edited this page Apr 13, 2016 · 4 revisions

Zip files

Based on the contents of the ZIP file it will determine a more exact file type. It will search for specific files/folders and in some cases read the file to determine the exact file type.

It can identify the following file types:

Generic Zip Files

  • jar - Java Archive
  • war - Web Application Java Archive
  • ear - Enterprise Java Archive
  • apk - Android Application Package
  • xpi - Cross Platform Installer
  • xap - Silverlight Packaged/Phone Application
  • ipa - iOS Application Archive
  • scrom_pif - Shareable Content Object Reference Model Content Package

Content XML Based File

(has a file named "[Content_Types].xml", i.e. OOXML Documents)

  • docm - Microsoft Office Open XML Macro-Enabled Document
  • dotm - Microsoft Office Open XML Macro-Enabled Document Template
  • docx - Microsoft Office Open XML Document
  • dotx - Microsoft Office Open XML Document Template
  • potm - Microsoft Office Open XML Macro-Enabled Presentation Template
  • ppsm - Microsoft Office Open XML Macro-Enabled Presentation Slideshow
  • pptm - Microsoft Office Open XML Macro-Enabled Presentation
  • potx - Microsoft Office Open XML Presentation Template
  • ppam - Microsoft Office Open XML Presentation Macro-Enabled Addin
  • ppsx - Microsoft Office Open XML Presentation Slideshow
  • pptx - Microsoft Office Open XML Presentation
  • xlsm - Microsoft Office Open XML Macro-Enabled Spreadsheet
  • xltm - Microsoft Office Open XML Macro-Enabled Spreadsheet Template
  • xlsx - Microsoft Office Open XML Spreadsheet
  • xlam - Microsoft Office Open XML Macro-Enabled Addin
  • xltx - Microsoft Office Open XML Spreadsheet Template
  • xlsb - Microsoft Office Open XML Excel Binary
  • xps - Microsoft XML Paper Specfication

MimeType Based Files

(has a file named "mimetype", i.e. Open Document)

  • odt - Open Document Text
  • ods - Open Document Spreadsheet
  • odp - Open Document Presentation
  • odg - Open Document Graphics
  • odc - Open Document Chart
  • odf - Open Document Formula
  • odi - Open Document Image
  • odm - Open Document Text-Master
  • odb - Open Document Database
  • ott - Open Document Text Template
  • ots - Open Document Spreadsheet Template
  • otp - Open Document Presentation Template
  • otg - Open Document Graphics Template
  • otc - Open Document Chart Template
  • otf - Open Document Formula Template
  • oti - Open Document Image Template
  • oth - Open Document Webpage
Clone this wiki locally