A desktop publishing application from Microsoft that focuses on page layout and graphic design.
There is no direct Microsoft replacement for Publisher. For common Publisher scenarios, Microsoft recommends these Microsoft 365 apps:
- Word or PowerPoint for ads, flyers, brochures, certificates, business cards, calendars, and cards
- PowerPoint for banners, signs, and posters
- Word for invoices, applications, forms, envelopes, labels, letterhead, newsletters, and programs
For existing .pub files, the supported migration paths are:
- For viewing and sharing: convert Publisher files to PDF
- Open the Publisher file
- Go to File > Save As
- Choose a location
- Select PDF as the file type
- Select Save or Publish
- For continued editing in Microsoft 365: convert PDF to Word
- Open Word
- Go to File > Open
- Open the PDF file
- Select OK in the dialog box
- Word opens it as an editable document
- For many files: use the sample PowerShell bulk conversion script
- Requires a working and licensed version of Publisher installed
- Download the sample script and modify/test it for the environment
- Example usage:
-
Convert-PubFileToPDF.ps1 -Filter "C:\Documents\MyFile.pub" -
Convert-PubFileToPDF.ps1 -Filter "*.pub" -Recurse
-
If the goal is to stay within Microsoft 365, Word and PowerPoint are the recommended substitutes, chosen by document type. If the goal is preserving old files, PDF is the primary supported conversion format before October 2026.
References: