Share via

Confusion over received email

Christine Jones 0 Reputation points
2026-04-05T12:56:36.9066667+00:00

How do I establish if I have any Microsoft Publisher documents and if I have how to I convert existing Publishing files to PDF or Word format?

Microsoft 365 and Office | Publisher | For home
0 comments No comments

1 answer

Sort by: Most helpful
  1. Q&A Assist
    2026-04-05T12:56:52.1633333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    To check whether any Microsoft Publisher (.pub) files exist and to convert them to PDF or Word, follow these steps.

    1. Find existing Publisher files
    • On Windows File Explorer, search for *.pub on:
      • This PC (to search all local drives), and
      • OneDrive or SharePoint locations if used.
    • Any results with the .pub extension are Microsoft Publisher files.
    1. Convert individual Publisher files to PDF For each .pub file that needs to be viewable after Publisher retirement:
    2. Open the file in Microsoft Publisher.
    3. Select File > Save As.
    4. Choose the folder where the converted file should be saved.
    5. In Save as type, select PDF.
    6. Select Save.

    This creates a read‑only PDF that preserves layout and is suitable for viewing and printing.

    1. 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.
    1. Convert Publisher content so it can be edited in Word To keep content editable after Publisher is no longer available:
    2. First convert the Publisher file to PDF as above.
    3. Then convert the PDF to Word:
      1. Open Word.
      2. Select File > Open.
      3. Browse to and open the PDF file.
      4. In the dialog that appears, select OK.
    4. 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.

    1. 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:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.