A desktop publishing application from Microsoft that focuses on page layout and graphic design.
Publisher support ends after October 1, 2026, so the key steps are:
- Keep using Publisher while it is still available
- Microsoft 365 subscribers can use Publisher with full functionality until October 2026.
- Perpetual (one‑time purchase) versions of Publisher will continue to run after that date, but will no longer be supported.
- Convert existing Publisher files before October 2026
To avoid losing access to years of work, convert all.pubfiles to formats that can be viewed and edited in other apps. A. For viewing only (quick and safest path)
Convert each publication to PDF:- Open the Publisher file.
- Select File > Save As.
- Choose where to save.
- In Save as type, select PDF.
- Select Save.
For each important publication:- In Publisher, first save as PDF (steps above).
- Open Word.
- Select File > Open and choose the PDF.
- When Word shows a message, select OK to convert the PDF to an editable Word document.
- Save the new Word document.
- Word optimizes the converted file for text editing, not for perfect layout.
- Layout, especially with many pictures or complex designs, may change and need manual adjustment.
- Bulk conversion so each file does not need to be opened manually
For a large number of Publisher files, use automation instead of opening each one:- Microsoft provides a sample PowerShell script (
Convert-PubFileToPDF.ps1) that can bulk‑convert.pubfiles to PDF (or other export formats). - Requirements and steps:
- Ensure a working, licensed version of Publisher is installed.
- Download the sample script to the computer.
- Modify the script if needed.
- Open PowerShell with the required execution policies.
- Run the script against the folders that contain Publisher files.
- Convert one specific file:
Convert-PubFileToPDF.ps1 -Filter "C:\Documents\MyFile.pub" - Convert all
.pubfiles in the current folder:
Convert-PubFileToPDF.ps1 -Filter "*.pub" - Convert all
.pubfiles in the current folder and all subfolders:
Convert-PubFileToPDF.ps1 -Filter "*.pub" -Recurse - Convert all
.pubfiles in a specific folder:
Convert-PubFileToPDF.ps1 -Filter "C:\Documents\*.pub" - Convert all
.pubfiles in a specific folder and its subfolders:
Convert-PubFileToPDF.ps1 -Filter "C:\Documents\*.pub" -Recurse
- Continues even if some files fail and reports which files succeeded or failed.
- If a PDF with the same name already exists, it skips that file and shows an error; rename or delete the existing file and run again.
- Advanced users can adjust parameters using
Document.ExportAsFixedFormatorDocument.SaveAsto target other formats.
- Microsoft provides a sample PowerShell script (
- Finding all Publisher files before converting
- Search the PC, OneDrive, or SharePoint for
*.pubto locate all Publisher files. - Run the script or manual conversions on those folders.
- Search the PC, OneDrive, or SharePoint for
- Recommended replacements for creating new newsletters and brochures
Publisher’s exact feature set is not duplicated, but common scenarios can be handled with other Microsoft 365 apps:- Newsletters, brochures, flyers, ads, cards, calendars, certificates, business cards:
Use Word or PowerPoint with templates (for example, newsletter, brochure, flyer, or card templates). - Banners, signs, posters:
Use PowerPoint (it handles large page sizes and graphics well). - Business invoices, applications, forms, letterhead, envelopes, labels:
Use Word.
- Newsletters, brochures, flyers, ads, cards, calendars, certificates, business cards:
- What a macro is (in simple terms)
A macro is an automated set of steps that a program can run for repetitive tasks. In this context, the PowerShell script plays a similar role: it automates opening each Publisher file and exporting it, so manual work is minimized. - Support and learning resources
- The official Publisher retirement article explains:
- End of support timing.
- How to convert files to PDF and then to Word.
- How to use the sample PowerShell script for bulk conversion.
- Recommended alternative apps for common Publisher tasks.
- Asking a local volunteer, library tech helper, or community college lab assistant to run the bulk conversion script once.
- After conversion, focus on learning just the Word or PowerPoint features needed for newsletters and brochures (using templates to reduce layout work).
- The official Publisher retirement article explains:
Reconsideration of the retirement decision is not covered in the available documentation; the guidance focuses on preparing for the change and preserving access to existing content.
References:
- Microsoft Publisher will no longer be supported after October 2026
- Save As or convert a publication to .pdf or .xps using Publisher
- I have thousands of Publisher files; I'm not opening each one individually to convert them. What is this BS about retiring publisher and losing access to all those files? This is 20 years of work that my business is going to lose, we won't recover from th - Microsoft Q&A