A desktop publishing application from Microsoft that focuses on page layout and graphic design.
To check whether any Microsoft Publisher (.pub) files exist and to convert them to PDF or Word, follow these steps.
- Find existing Publisher files
- On Windows File Explorer, search for
*.pubon:- This PC (to search all local drives), and
- OneDrive or SharePoint locations if used.
- Any results with the
.pubextension are Microsoft Publisher files.
- Convert individual Publisher files to PDF For each .pub file that needs to be viewable after Publisher retirement:
- Open the file in Microsoft Publisher.
- Select File > Save As.
- Choose the folder where the converted file should be saved.
- In Save as type, select PDF.
- Select Save.
This creates a read‑only PDF that preserves layout and is suitable for viewing and printing.
- Convert many Publisher files to PDF in bulk If there are many .pub files:
- Use a PowerShell automation script that opens each Publisher file and exports it to PDF.
- Ensure a working, licensed version of Publisher is installed.
- Run the script with filters such as:
-
Convert-PubFileToPDF.ps1 -Filter "C:\\Documents\\MyFile.pub" -
Convert-PubFileToPDF.ps1 -Filter "*.pub" -
Convert-PubFileToPDF.ps1 -Filter "*.pub" -Recurse -
Convert-PubFileToPDF.ps1 -Filter "C:\\Documents*.pub" -
Convert-PubFileToPDF.ps1 -Filter "C:\\Documents*.pub" -Recurse
-
Notes for bulk conversion:
- The script is designed to continue if it encounters errors and will report which files converted and which failed.
- If a PDF with the same name already exists, that file is skipped and an error is shown; rename or delete the existing file and rerun if needed.
- Convert Publisher content so it can be edited in Word To keep content editable after Publisher is no longer available:
- First convert the Publisher file to PDF as above.
- Then convert the PDF to Word:
- Open Word.
- Select File > Open.
- Browse to and open the PDF file.
- In the dialog that appears, select OK.
- Word will open the document as an editable Word file.
Note: The converted Word document is optimized for text editing, so the layout may differ from the original, especially if the publication contains many graphics.
- Timing and future access
- For Microsoft 365 subscribers, Publisher will no longer be supported and Publisher files will no longer open in Publisher after October 1, 2026.
- It is recommended to convert important .pub files to PDF or Word before that date.
- If using a perpetual (non‑subscription) version of Publisher, installation and use can continue after that date, but support ends.
References:
- Microsoft Publisher will no longer be supported after October 2026
- Save or convert to PDF or XPS in Office Desktop apps
- Where is the Publisher viewer?
- 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