Windows document file types

File Types

This topic explains how to create new file types and how to associate your app with your file type and other well-defined file types. Files with a shared common file name extension (.doc, .html, and so on) are of the same type. For example, if you create a new text editor, then you can use the existing .txt file type. In other cases, you might need to create a new file type.

This topic is organized as follows:

Additional information can be found on the following topics:

Public and Private File Types

Public file types are also known as popular or contentious types because competing applications might want to be associated with these file types. Characteristics of public file types include:

  • They are typically defined by standards bodies, and/or are promoted by their defining organizations as interchange formats.
  • They are often exchanged between computers and users for diverse purposes.
  • They need to be supported on many different platforms.
  • Applications from multiple vendors are likely to handle them.

Some examples of file types that are considered public are the image file types .png, .gif, .jpg, and .bmp, and the audio types .wav, .mp3, and .au.

Unlike public file types, private or proprietary file types typically have a format that is implemented and understood by only one application or vendor. As a result, private file types are typically not prone to conflicts between applications. Some file types can start as private file types but later become public file types.

Windows does not differentiate between public and private file types. The distinction is relevant only in making decisions about your choice of file type registration.

Registering a File Type

To associate the file type with an existing application, locate the application ProgID in the registry. To associate the file type with a new application, define a ProgID for your application. For information about defining a new ProgID, see Programmatic Identifiers.

File name extension subkeys have the following general form: extension=ProgID. File name extension subkeys are stored in the HKEY_CLASSES_ROOT subtree.

It is important to include the leading period (.) when creating file type subkeys in the registry. For example, if you want a file type with the short extension .myp and the long extension .myp-file to be opened with an application called MyProgram, use the following syntax:

As demonstrated in the preceding example, if you also register a short file name extension (.myp), you should create a subkey for the long extension (.myp-file) as well. For more information, see File Type Handlers.

Setting Optional Subkeys and File Type Extension Attributes

File type extension entries in the registry have several optional subkeys and attributes.

The file type extension entries that are used by file associations are described in the following table. All values are of the REG_SZ type.

Registry entry Action
Default Set the default value of the extension subkey to the ProgID to which it is linked.
Content Type Set the Content Type value to the file type’s MIME content type.
OpenWithList Do not use. This subkey contains one or more application subkeys for applications that appear in the Open with dialog box entry for the file type and is intended only for .exe applications on operating systems prior to WindowsВ XP. Use OpenWithProgIds instead.
OpenWithProgIds This subkey contains a list of alternate ProgIDs for this file type. The programs for these ProgIDs appear in the Open with menu and are available as default Windows Store apps for the file type. Whenever an application takes over this file type by changing the default value, it should also add an entry to this list.
PerceivedType Set the PerceivedType value to the PerceivedType to which the file belongs, if any. This string is not used by Windows versions prior to WindowsВ Vista. For more information, see Perceived Types and Application Registration.

The general form of a file name extension subkey is as follows. All entry types are of the REG_SZ type.

Important considerations about file types include:

The HKEY_CLASSES_ROOT subtree is a view formed by merging HKEY_CURRENT_USER\Software\Classes and HKEY_LOCAL_MACHINE\Software\Classes

In general, HKEY_CLASSES_ROOT is intended to be read from but not written to. For more information, see the HKEY_CLASSES_ROOT article.

To register a file type globally on a particular computer, create an entry for the file type in the HKEY_LOCAL_MACHINE\Software\Classes subkey.

To make a file type registration visible to the current user only, create an entry for the file type in the HKEY_CURRENT_USER\Software\Classes subkey.

An application can provide its own implementation of a verb, such as open or play, as shown in the following registry example.

Subkeys of the verb subkey include the command line and the drop target method: command and DropTarget.

When you create or change a file association, it is important to notify the system that you have made a change. Do so by calling SHChangeNotify and specifying the SHCNE_ASSOCCHANGED event. If you do not call SHChangeNotify, the change may not be recognized until after the system is rebooted.

To retrieve registry information regarding a file association, use the IQueryAssociations interface. For a scenario that illustrates this procedure, see File Association Sample Scenario.

Both the App Paths and Applications registry subkeys are used to register and control the behavior of the system on behalf of applications. For more detailed information about this functionality, see Application Registration.

Deleting Registry Information During Uninstallation

When uninstalling an application, the ProgIDs and most other registry information associated with that application should be deleted as part of the uninstallation. However, applications that have taken ownership of a file type (by setting the Default value of the file type’s HKEY_CLASSES_ROOT\.extension subkey to the ProgID of the application) should not attempt to remove that value when uninstalling. Leaving the data in place for the Default value avoids the difficulty of determining whether another application has taken ownership of the file type and overwritten the Default value after the original application was installed. Windows respects the Default value only if the ProgID found there is a registered ProgID. If the ProgID is unregistered, it is ignored.

Note that other file-type ownership information is stored in the HKEY_CURRENT_USERsubtree and also is used only when the application that it references is registered. Therefore, this data does not need to be removed when uninstalling an application.

As an example, the following shows the state of the registry before an application is uninstalled:

The following shows the state of those same registry entries after the application has been uninstalled.

File Types That Support Open Metadata

In WindowsВ 7 and later, the following file types support open metadata.

Document file extensions

Browse file extensions by file type category:

Document file type extensions
(1728 file extension database entries)

File extensions used for various document and document template file types

Document file extension list

File extensions used for various document and document template file types.

In computer terminology, document file format can be described as a text, or binary data file type, used to store formatted documents (texts, pictures, cliparts, tables, charts, multiple pages, multiple documents etc.). Today, there is a multitude of incompatible document file formats.

The most known document file extensions are used for documents created by Microsoft Office suite, such as DOC and DOCX for Microsoft Word documents, XLS and XLSX for Microsoft Excel spreadsheets and also PPT and PPTX for Microsoft PowerPoint presentations.
Microsoft Office Document format contains collection of records and structures that specify text, tables, fields, pictures, embedded XML markup, and other importatn document content.

The main competitors to the Microsoft Office document formats are OpenDocument Formats (ODF) used by the open source suite called OpenOffice.org and its clones.
The OpenDocument Format is an open XML-based document file format for office applications used for documents containing text (ODT), spreadsheets (ODS), presentations (ODP), and graphical elements (ODG).

Special document formats are file types using page description languages such as PostScript like Portable document format (PDF) developed by Adobe Systems, that you can read with the help of e.g. Adobe Acrobat Reader. PDF is a standard for documents, which the user should be able only to create and read, but not edit. PDF format has become an ISO standard in 2001 and today its widely used.

The most used open international standard are the HTML (HyperText Markup Language) files, which can also be used as document file format.

The most known applications, that are able to open many of the document file formats are office suites such as Microsoft Office, OpenOffice.org, StarOffice (commercial version of OpenOffice.org), Corel WordPerfect and Apple iWork under MAC OS X.

Result page: First page | 2 | 3 | Last page

Next page

Sort by: Extension Sort by: File type description
file extension pdf Adobe Portable document format
file extension docx Microsoft Word Open XML document
file extension epub Open Publication structure e-book
file extension oxps Microsoft OpenXPS document
file extension pmd Adobe PageMaker document
file extension edoc Electronically certified document
file extension pages Pages document
file extension _pdf Adobe Portable Document Format
file extension show Hancom Office Hanshow presentation data
file extension eddx Edraw project
file extension hwp Hanword (Hangul) document
file extension btw BarTender barcode label
file extension mso Microsoft Organization Chart chart data
file extension prn HP PCL printer output
file extension indd Adobe InDesign document
file extension pub Microsoft Publisher document
file extension pbix Microsoft Power BI report
file extension prnx XtraReports report
file extension lic License file
file extension doc Microsoft Word document (prior version 2007)
file extension p65 Adobe PageMaker 6.5 document
file extension mpp Microsoft Project plan file
file extension ete EpsilonTest document
file extension ete Exam Testing Engine test
file extension idml InDesign Markup Language document
file extension imscc Canvas exported course
file extension ez EZ Word word processor document
file extension bmpr Balsamiq Mockups document
file extension iwa Apple iWork document archive
file extension inp InPage Urdu document
file extension xbrl Extensible Business Reporting Language
file extension gofin Druki Gofin document
file extension ppdf Microsoft Rights Management PDF protected document
file extension bwd BanglaWord document
file extension tns TI-Nspire document
file extension bdoc DigiDoc Client document
file extension mdj StarUML model
file extension enw EndNote citation file
file extension pez Prezi Desktop presentation data
file extension fmx Oracle executable form
file extension note Notability note file
file extension xfdl Extensible forms description language
file extension nbib Citation manager citation data
file extension xmind XMind workbook
file extension prproj Adobe Premiere Pro project
file extension snt Microsoft Windows Sticky Notes data
file extension vsd Microsoft Visio diagram document
file extension cap Network Monitor capture data
file extension jw Microsoft WordPad document
file extension ink Mimio ink data
file extension tmd TextMaker document
file extension xps Microsoft XPS document
file extension ods OpenDocument spreadsheet
file extension pmx Adobe PageMaker document
file extension wps Microsoft Works document
file extension ppt Microsoft PowerPoint 97 to 2003 presentation
file extension pptx Microsoft PowerPoint Open XML presentation
file extension lucy HTC Scribble note
file extension wri Windows Write document
file extension fdf Adobe Acrobat Portable Document input form
file extension nb Mathematica notebook data
file extension jnt Microsoft Windows Journal note file
file extension xsn Microsoft Office InfoPath template form
file extension snp Microsoft Access report shapshot
file extension wpd Corel WordPerfect document
file extension mcdx Mathcad Prime document
file extension word MacWrite document
file extension wxmx wxMaxima document
file extension sam Ami Pro document
file extension ggb GeoGebra document
file extension mmap MindManager mind map
file extension rtf Rich Text Format document
file extension prd SoftMaker Presentations document
file extension bib BibTeX document
file extension jlqm LG QuickMemo note
file extension tpl Template file
file extension fr3 FastReport form file
file extension pwi Microsoft Office Mobile personal note
file extension emm MindMaple mind map document
file extension tex TeX/LaTeX text document
file extension ps Adobe PostScript document
file extension ppsx Microsoft PowerPoint Open XML complete slide show
file extension pm5 Adobe PageMaker 5 document
file extension xdw DocuWorks document
file extension ftil e-Hastakshar contract note
file extension itmz iThoughtsX mind-map document
file extension _docx Microsoft Word auto backup file
file extension mht Mime HTML (MHTML) document
file extension av Final Draft AV document
file extension odt ODF text document
file extension notebook SMART Notebook digital lesson
file extension lax AnetHelpTool JavaHelp viewer data file
file extension btd Business-in-a-Box document
file extension lvm LabVIEW measurement data
file extension keynote iWork Keynote ’06 presentation
file extension lwp Lotus Word Pro document
file extension djvu DjVu image
file extension dbx Microsoft Outlook Express e-mail folder
file extension mpx Microsoft Project export
file extension pzfx GraphPad Prism XML project
file extension wpostx Microsoft Windows Live Writer post
file extension ffdata ABBYY eform document
file extension sxw OpenOffice.org Writer document
file extension ind Adobe InDesign graphics document
file extension tbk ToolBooK project
file extension far eForms Designer form
file extension pt Page template
file extension flw Freelance flowchart
file extension dotx Microsoft Word XML document template
file extension msor FiberTrace document
file extension x3g MakerBot MakerWare 3D document
file extension pdfx PDF/X document
file extension ppsm Microsoft PowerPoint macro-enabled Open XML complete slide show
file extension vsp Corel VideoStudio Pro project
file extension spj Site Publisher project
file extension opx Microsoft Office Organization chart file format
file extension bibtex BibTeX document
file extension rf Adobe FrameMaker document
file extension igx iGrafX FlowCharter flow chart or process model
file extension ole2 Microsoft Office binary document container format
file extension ydd Visual YANG Designer document
file extension drmz Drumlin secured PDF document
file extension rvf RichView document
file extension if IFwin project
file extension dot Microsoft Word document template (up to Microsoft Word 2003 version)
file extension cmx Corel Presentation exchange image
file extension obd Microsoft Office Binder document
file extension mcd MathCAD document
file extension pps Microsoft PowerPoint 97 to 2003 complete slide show
file extension mxfd ABBYY form
file extension cwk ClarisWorks document
file extension slf Symantec license
file extension oad Suite Notaro document
file extension aww Ability Write document
file extension pfd Micrografx Optimal process flow diagram
file extension zargo ArgoUML model file
file extension rnt RightNote note
file extension mm FreeMind mind map data
file extension pdi Microsoft PowerPoint import or export data
file extension med MEDLINE document file
file extension indt Adobe InDesign template
file extension smm Samsung Galaxy S memo exported data
file extension idd Adobe InDesign for Mac document
file extension twbx Tableau packaged workbook
file extension wrf ThinkFree Write document
file extension oplx Omniplan project document
file extension vwi Microsoft SharePoint workflow diagram
file extension cst Commonspace document
file extension fpage Microsoft XPS document page
file extension rrpa Oracle Reports Remote Printing Utility PDF report
file extension 4w7 4D Write document
file extension smmx SimpleMind mind map
file extension ezpx GoLabel document
file extension book Adobe FrameMaker book document
file extension pre Freelance presentation
file extension dp Common Ground portable file format
file extension ole Microsoft Object Linking and Embedding data
file extension enex Evernote exported XML data
file extension pptm Microsoft PowerPoint macro-enabled Open XML presentation
file extension odp OpenOffice.org OpenDocument presentation
file extension wpt Corel WordPerfect document template
file extension prc Corel Presentations document
file extension cnt Help Contents data
file extension chm Microsoft compiled HTML help module
file extension shs Microsoft Windows Shell Scrap Object
file extension cpy eCopy Desktop scanned document
file extension oml TracePro model file
file extension pm6 Adobe PageMaker document
file extension dox Microsoft Word text document
file extension mindnode MindNode document
file extension psr PowerSoft report
file extension ro ROwin project
file extension gev GelEval document
file extension sdd OpenOffice.org presentation
file extension ftl FreeMarker template
file extension dwd Davka Writer document
file extension fm FileMaker Pro database
file extension quiz Quizmaker 09′ to 13′ quiz
file extension pwd Microsoft Pocket Word document
file extension jtp Microsoft Windows Journal template
file extension twdx MindMapper document
file extension docm Microsoft Word Open XML macro-enabled document
file extension jhd Jagannatha Hora document
file extension ll List & Label preview
file extension gp4 Guitar Pro 4 project
file extension jfm JetForm Filler form
file extension uxf UMLet UML eXchange format
file extension dnt RSNetWorx project
file extension flo Micrografx FlowCharter flowchart data
file extension lp2 iLEAP document
file extension fodt OpenDocument Flat XML document
file extension zfo XSL-FO online form
file extension stm HTML server side include data file
file extension plf InterVideo WinDVD playlist
file extension inx Adobe InDesign Interchange File Format
file extension pod Openproj project
file extension ila LohnViewer document
file extension pdf_ Adobe Acrobat portable document
file extension wls 602Tab spreadsheet
file extension abw AbiWord document
file extension mpr AutoCAD mass properties report
file extension rd R document file
file extension suml Violet simple UML diagram
file extension pkg Automise ActionStudio action design
file extension ptg ArtRage project
file extension rptx Spiceworks report
file extension sdw OpenOffice.org text document
file extension spd Sealed Acrobat document
file extension dvi TeX text document (TeX Device Independent File Format)
file extension wtp Wink template
file extension efx Everex eFax fax document
file extension vdt Viral Document Toolkit file
file extension fsd COCO AmsterCHEM flowsheet document
file extension inld ImageLink document
file extension sds Apache OpenOffice (OpenOffice.org) chart
file extension ebs Microsoft Windows XP scanner data
file extension mppx Microsoft Project project
file extension gdc Iconics GraphWorx32 document
file extension xdp Acrobat XML data package
file extension xlr Microsoft Works spreadsheet or chart
file extension pot Microsoft PowerPoint 97 to 2003 template
file extension ppx Serif PagePlus publication template
file extension fbd FlowBiz Workflow Designer procedure document
file extension gno GenoPro genealogy
file extension npp Art Explosion Publisher Pro document
file extension 1sp Microsoft OneNote Mobile document
file extension potx Microsoft PowerPoint Open XML presentation template
file extension tsx Team Sports Scheduling System XML project
file extension fax Fax document (generic Group 3 1bit encoded data)
file extension epdf Encapsulated Portable Document Format
file extension sff Structured Fax Format image format
file extension bbl TeX/BibTeX bibliographic reference file
file extension pdl Print Shop Deluxe project
file extension ps2 Adobe Level II PostScript document
file extension uml Visual UML class diagram & model
file extension hnc NoteCenter note
file extension rels Microsoft Open Office XML relationships data
file extension avery Avery Design & Print label
file extension iwzip Website X5 project
file extension cptx Adobe Captivate project
file extension da DAwin project
file extension key iWork Keynote ’09 presentation
file extension adp Microsoft Access project
file extension met OmniPage Pro document
file extension marc MAchine-Readable Cataloging (MARC) document file
file extension doc Document file
file extension vts Intel VTune program performance monitor project
file extension pml PADGen program information
file extension grv Microsoft SharePoint WorkSpace Groove data
file extension mvb Multimedia Viewer book
file extension ret RETScreen project
file extension ftr Future document
file extension mx2 MasterCook recipe
file extension ept Adobe Encapsulated PostScript Interchange format with TIFF preview
file extension rmd Microsoft RegMaid document
file extension msdvd Microsoft Windows DVD Maker project
file extension cse Web Research document package
file extension ixv IXOS application document
file extension qfl Family Lawyer document
file extension cer Lahey Fortran compilation error message
file extension kes Kurzweil 3000 text-to-speech document
file extension vce Visual CertExam Suite exam
file extension rtfd Rich text with graphic document
file extension pm7 Adobe PageMaker 7 document
file extension ppta Articulate Presenter presentation resource data
file extension t roff/troff unformatted manual page
file extension rm5 RevMan review document
file extension jtd Ichitaro document
file extension etng RM Easiteach Next Generation document
file extension sum Summary
file extension fly Digiflyer e-mail document
file extension mmf Microsoft Mail message
file extension kdf Kinko’s File Prep Tool data
file extension pdfa PDF/A document file
file extension pdp Print Shop Deluxe document
file extension cddz ConceptDraw document
file extension scd Scribus document
file extension yes Quick Bible document
file extension c1dx C1Report C1D Open XML document
file extension mdd Database Designer for MySQL database diagram
file extension dox MultiMate document
file extension mmsw Movie Magic Screenwriter document
file extension dxd Diogenes Extended Document
file extension shw Corel Presentations slide show
file extension btx BibTeX document
file extension scw Movie Magic Screenwriter document
file extension pcr PCMark benchmark report
file extension his Insight II dynamics trajectory history
file extension flg MicroSim PCBoard log
file extension xvg Grace document
file extension qvw QlikView document
file extension ppv Microsoft Pocket PowerPoint presentation
file extension dgs TES Dagesh Pro document
file extension taxform QuickBooks draft data
file extension ps3 Adobe Level III PostScript document
file extension iwp Website X5 project
file extension prt1 Aldus Persuasion 1 slide
file extension deproj Disketch project
file extension msw Microsoft Word 5 document
file extension mind Mindmeister mindmap
file extension wcl WellCAD log file
file extension p2bp FlippingBook Publisher book project
file extension ott OpenOffice.org text document template
file extension sla Scribus document
file extension xmdx SofTest answer data
file extension zae ZAwinEHE project
file extension dmmx DropMind XML mindmap bundle
file extension xfdf Adobe Acrobat forms document
file extension mshc Microsoft Help container
file extension wp WordPerfect document
file extension gwb GenStat book
file extension rolf Relux open luminaire format document
file extension stw OpenOffice.org text document template
file extension ubz Open-Sankore document
file extension sheet Dia sheet
file extension pp3 PlanetPress Suite form
file extension idc Internet Database Connector document
file extension chp BizInt Smart Charts for Patents document
file extension jdm Jade diagram file
file extension top Evernote handwritten notes and sketches
file extension ffs FME Desktop feature store data
file extension pxt Microsoft Pocket Excel template
file extension epp EditPad Pro project
file extension swdoc SymWriter document
file extension vl Visual Labels project
file extension odc OpenDocument chart
file extension drd Allen & Heath PL Designer document
file extension fgc Greeting Card Factory greeting card
file extension ntp MediaFACE CD label
file extension rxf Recipe exchange format
file extension sxi OpenOffice.org presentation
file extension wpf Corel WordPerfect form
file extension not Notation or note
file extension fdm Microsoft Exchange Server form message
file extension kwp Kamban document
file extension odm OpenOffice.org OpenDocument global text document
file extension w Ashton Tate Applause chart
file extension pfsx ELAN document
file extension hmk Hallmark Card Studio card data
file extension dd DDwin project file
file extension wwi SAP EHS WWI document
file extension comicdoc Comic Life document
file extension lyx LyX document
file extension hlp Help file
file extension gra Microsoft Graph chart
file extension dbm Adobe ColdFusion template
file extension xzfx zipLogix ZipForm form
file extension fp3 FastReport report
file extension xprj Monarch XML project
file extension p3 Oracle Primavera Project Planner data
file extension brh Baraha document
file extension scrivx Literature & Latte Scrivener document
file extension elfo ElsterFormular form
file extension su SUwin project
file extension jwl Easy CD Creator CD label document
file extension vcp Microsoft Visual Studio Visual C++ project
file extension afd ArisFlow flowchart diagram
file extension stmx STELLA XMILE model
file extension comiclife Comic Life document
file extension indb Adobe InDesign publication
file extension wsd WinTab602 document
file extension npdf Normal PDF document
file extension qbl Business Lawyer document
file extension mwt MetaStock stock analysis template
file extension ppj Adobe Premiere 6 and older video project
file extension tst TestPoint test
file extension dtp Page Express desktop publishing document
file extension me Formatted manual page with me macros
file extension blt Corel WordPerfect for DOS data
file extension fed FORMIK form data
file extension dotm Microsoft Word Open XML macro-enabled document template
file extension otg OpenOffice.org graphics document template
file extension xbk SMART Notebook document
file extension xsf Microsoft Office InfoPath form definition
file extension bamboopaper Bamboo document
file extension efm Electronic Fiction Manuscript file
file extension lbl NiceLabel template
file extension fadein Fade In screenwrite document
file extension odf Open Document Interchange Format (ODIF)
file extension ctd Tomahawk Gold compressed document
file extension infopathxml Microsoft InfoPath form
file extension b4u Visual ReadMe data
file extension pdfxml Adobe Mars project XML based PDF document
file extension tp3 Harvard Graphics DOS 3.0 template
file extension 602 T602 document
file extension nm5 NovaMind mind map
file extension t2k Teach2000 document
file extension gsa SharePoint WorkSpace Groove workspace archive or template
file extension tvd Apache Lucene term vector document
file extension erm Prosa Entity Relationship diagram model
file extension apo Abacre Paperless Office data
file extension doct OnlyOffice online office converted docx file
file extension muse Adobe Muse project
file extension sdxml SimpleDiagrams diagram
file extension vbd Microsoft Visual Basic ActiveX document
file extension cov Microsoft Cover Page Editor fax cover page
file extension cvj Cabinet Vision Solid job document
file extension hpw Hewlett-Packard Word document file
file extension vsdm Microsoft Visio 2013 macro-enabled drawing data
file extension pm4 Adobe Pagemaker 4 document
file extension dhw ACECAD Digimemo memo
file extension wpa ACT! word processor document
file extension ess EXP style sheet
file extension simp Software Ideas Modeler project
file extension ppg Microsoft PowerPoint presentation
file extension isdocx Information System Document archive
file extension cfl Microsoft Developer Studio diagram
file extension zbp Boardmaker board package
file extension cns Windows 2000 Client Connection Manager Export data
file extension hbl Braille Sense document
file extension ewl Microsoft Encarta document
file extension hst Yahooo Messenger history
file extension raml RESTful API Modeling Language document
file extension gwb InterWrite Reader data
file extension yar StarBoard document file
file extension egt EGT universal document
file extension ispx iStudio Publisher document
file extension sbz ShowBiz project
file extension wp5 WordPerfect 5 document
file extension xlc Microsoft Excel chart
file extension sig Creatacard project
file extension vcg Microsoft SharePoint WorkSpace Groove vCard contact
file extension vst Microsoft Visio flowchart
file extension otc OpenDocument chart template
file extension help Unix help document
file extension lhd Label Home document
file extension rpc ACT! report
file extension sgl StarOffice master document
file extension sgp STATGRAPHICS plus statistics
file extension whtt WinHTTrack project
file extension gmx GroupMail message file
file extension che CHwinEHE project
file extension rdlx Microsoft Power View project
file extension opd Durango Interferometry Software document
file extension edd Adobe FrameMaker element definition document
file extension sgf StarOffice document with graphics
file extension chs Corel Presentations chart style
file extension lb LBwin project
file extension psw Microsoft Pocket Word document
file extension djv DjVu image
file extension ncw Nero CoverDesigner picture template
file extension mwd Mariner Write document
file extension xmltv Prog Guide xmltv data
file extension mhe MHwinEHE project
file extension wfm dBASE form
file extension hxs Microsoft Help compiled help document
file extension cmr Coach saved results
file extension a7r Adobe Authorware packaged file without runtime
file extension hpd HotDocs PDF document
file extension sti StarOffice Presentation template
file extension ltm IBM Lotus Forms form
file extension cws ClarisWorks document template
file extension ng Norton Guide online documentation database
file extension wpw Corel WordPerfect document
file extension a7p Adobe Authorware packaged file without runtime
file extension tmv TextMaker document template
file extension hpt HotDocs PDF template
file extension emlx Apple Mail email message
file extension uot Unified Office document
file extension wdm MS Visual Interdev98 templates web project items data
file extension eb EBwin project
file extension fdr Final Draft document
file extension sdp Apache OpenOffice presentation
file extension dpe DPwinEHE project
file extension vdx Microsoft Visio XML drawing
file extension gexf Graph Exchange XML graph
file extension xel Microsoft Expression Encoder 3.0 live jobs data
file extension se SEwin project
file extension hda HotDocs document template
file extension xmt XMind workbook template
file extension wpost Microsoft Windows Live Writer post data
file extension mellel RedleX Mellel document
file extension n3 Notation3 document
file extension lrp IBM Works for OS/2 report
file extension pages-tef Apple Pages iCloud document
file extension snf Sniffer captured data
file extension aepx Adobe After Effects XML project
file extension psg IBM AFP page segment
file extension rsf NEi Nastran results summary data
file extension wcn Writer’s Café notebook data
file extension dpo DECAdry Express Business Cards business card
file extension fcdt Adobe FormsCentral form template
file extension vfc VentaFax cover page
file extension gfc Patton&Patton Flow Charting 4 flowchart drawing
file extension rmr ResumeMaker data
file extension opj Origin project
file extension fdx Final Draft XML document file
file extension mmo RapidFile memo document
file extension twp Teamwork Planner project
file extension tpo Arena Simulation Software template data
file extension pt4 Adobe PageMaker 4 Template
file extension ppb Serif PagePlus bookplus
file extension fcf Final Draft document
file extension aft AnyForm template
file extension psn Post-it Notes data
file extension ctxt BlueJ information file
file extension pub Print Perfect Gold template
file extension cdx Active Server document
file extension fmap Family Atlas pulbished family map file
file extension njx NJStar document

Result page: First page | 2 | 3 | Last page

Next page

Читайте также:  Seeker kali linux ���������
Оцените статью