How to Open PMF Files Without ArcReader You cannot open an Esri Published Map File (PMF) directly without ArcReader or another ArcGIS Desktop application because it is a proprietary, compiled map format. Because Esri officially deprecated ArcReader, opening legacy PMF data presents a common roadblock for modern GIS workflows.
Fortunately, depending on whether you are handling Geographic Information System (GIS) data or a completely different file type utilizing the same extension (such as PlayStation Portable video files), several alternative strategies can access this content. 1. Opening GIS PMF Files (The Map Settings Workaround)
A PMF file does not actually contain geographic vector or raster data. Instead, it acts as a secure container that stores map symbology, layouts, and data pathways pointing to an external source (like a local folder or a geodatabase).
By default, these files are locked strictly to ArcReader. However, if you or the map author have access to ArcMap (ArcGIS Desktop) with the ArcGIS Publisher extension, you can strip away the ArcReader restriction: Open ArcMap and enable the Publisher extension.
Click Publisher on the toolbar, select Settings, and go to the Application tab.
Under the ArcReader section, uncheck Open in ArcReader only.
Under the ArcGIS Applications section, check Unrestricted access to contents of Published Map. Click OK and republish or save the map.
Once these settings are unlocked, the PMF file can be opened directly within ArcMap rather than ArcReader. 2. Transitioning to ArcGIS Pro (Modern Alternatives)
ArcGIS Pro does not support PMF files. Because ArcReader is a legacy tool, modern GIS systems require transitioning to newer data-sharing packages.
If you need to view or share the contents of a map in modern Esri software, use the following framework: Legacy Format (ArcMap) Modern Equivalent (ArcGIS Pro) Target Use Case PMF (Published Map File) MMPK (Mobile Map Package) Sharing 2D maps offline or online PMF (Published Map File) MSPK (Mobile Scene Package) Sharing 3D global or local scenes
To migrate, the map author must rebuild the original map document (.mxd) inside ArcGIS Pro and use the ArcGIS Publisher extension to export it as an .mmpk or .mspk file. These modern formats open natively across the ArcGIS ecosystem without requiring specialized reader software.
3. Extracting Underlying GIS Data for QGIS or Other Software
If you use open-source software like QGIS, you cannot open or parse a PMF file directly. However, because the PMF only acts as a viewer configuration, the actual spatial datasets are often saved right alongside it.
Check the Data Source: Look into the source directory or delivery folder containing your PMF file. Map publishers often package a File Geodatabase (.gdb) or a folder of Shapefiles (.shp) in the exact same directory.
Import to QGIS: Ignore the .pmf entirely. Drag the associated .shp files or the .gdb directory straight into QGIS to view the raw vector geometries and attributes.
4. Non-GIS Files: Opening PlayStation Portable (PSP) PMF Videos
The .pmf extension is also widely used for PlayStation Portable Movie Files. These are standard multiplexed video files used for in-game cinematics on the PSP console.
If your PMF file is a video rather than a map, you do not need any GIS software:
Media Players: Download and install VLC Media Player or MPC-HC. These players feature built-in demuxers that natively decode PSP video containers.
The Extension Trick: Manually rename the file extension from .pmf to .mp4 or .avi. Many media applications will immediately recognize the internal MPEG-4 stream and play it instantly.
FFmpeg Conversion: If the file refuses to play, use the free command-line tool FFmpeg to remux it without quality loss by running:ffmpeg -i input.pmf -c copy output.mp4 Conclusion & Recommendations To sum up your options:
Primary Recommendation: If you are dealing with a GIS map asset, request the original author to re-publish the map dataset from ArcGIS Pro as a Mobile Map Package (.mmpk) to ensure seamless compatibility with modern infrastructure.
Alternative Option: Locate the companion File Geodatabase (.gdb) or Shapefile folder delivered alongside the PMF to open the geographic features directly inside open-source platforms like QGIS.
Media Alternative: For PSP gaming clips, skip all map programs and execute a quick conversion using FFmpeg or drop the file straight into VLC Media Player.
Are you working with proprietary agency data packages, or are you trying to migrate a broad catalog of legacy map files into a modern open-source stack? Measuring a.pmf layer in ArcReader – Esri Community
Leave a Reply