Share via

Publisher App

Eleanor Simon 0 Reputation points
2026-04-08T14:15:33.7266667+00:00

What alternative do I have for Publisher? I happen to have so many Publisher files that will need conversion to it. Do you have a conversion program for publisher?

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

Answer accepted by question author
  1. Q&A Assist
    2026-04-08T14:15:52.67+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    For creating new content that used to be done in Publisher, the recommended Microsoft 365 alternatives depend on what is being created:

    • Ads or flyers: Word or PowerPoint
    • Brochures: Word or PowerPoint
    • Banners, signs, posters: PowerPoint
    • Certificates: Word or PowerPoint
    • Business cards: Word or PowerPoint
    • Business invoices, applications, forms: Word
    • Calendars: Word or PowerPoint
    • Envelopes, labels, letterhead, newsletters, programs, folded paper projects, cards: Word (or Word/PowerPoint where listed)

    For existing .pub files, there is no separate end‑user “conversion program,” but there are supported ways to convert them:

    1. Manual conversion in Publisher (for individual files)
      • Open the Publisher file.
      • Select File > Save As.
      • Choose a location, select PDF as the file type, then select Save.
    2. Bulk/automated conversion using PowerShell (for many files)
      • Ensure a working, licensed version of Publisher is installed.
      • Download the sample PowerShell script Convert-PubFileToPDF.ps1 from the article.
      • Modify it as needed, open PowerShell with the required execution policy, and run it against your files.
      • Example usages:
        • Single file:
          Convert-PubFileToPDF.ps1 -Filter "C:\Documents\MyFile.pub"
        • All .pub files in current folder:
          Convert-PubFileToPDF.ps1 -Filter "*.pub"
        • All .pub files in current folder and subfolders:
          Convert-PubFileToPDF.ps1 -Filter "*.pub" -Recurse

    The script is designed to continue if it encounters errors and will report which files converted successfully and which failed. If a PDF with the same name already exists, that file is skipped and an error is shown.

    If future editing is needed, Publisher files can be converted to PDF and then opened in Word (File > Open in Word with the PDF), understanding that layout may change, especially for graphics-heavy documents.


    References:

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

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.