ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Solved Word to PDF converter ...

    IT Discussion
    file conversion word pdf
    5
    8
    680
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      BraswellJay
      last edited by

      Does anyone know a good open source docx to pdf converter for Windows?

      I have a user that wants to be able to bulk select multiple MS Word files and convert them to individual PDFs.

      I found this tool which looks to do what I want but I can't find much else about it so I'm hesitant to install:

      https://file-converter.org/

      ObsolesceO 1 Reply Last reply Reply Quote 0
      • ObsolesceO
        Obsolesce @BraswellJay
        last edited by

        @BraswellJay said in Word to PDF converter ...:

        @Obsolesce said in Word to PDF converter ...:

        @BraswellJay you don't need one with word. In Word, just export as pdf.

        I can't do that in bulk that way though, can I?

        My user may have 50 or so word files and she wants to convert them all to separate PDFs without having to open each one individually in word.

        I thought there may be a tool that would just let her bulk select all and convert them all at once.

        You can do it with PowerShell. Make a simple script for the user to run.

        B gjacobseG PhlipElderP 3 Replies Last reply Reply Quote 1
        • ObsolesceO
          Obsolesce @BraswellJay
          last edited by

          @BraswellJay you don't need one with word. In Word, just export as pdf.

          B 1 Reply Last reply Reply Quote 0
          • B
            BraswellJay @Obsolesce
            last edited by

            @Obsolesce said in Word to PDF converter ...:

            @BraswellJay you don't need one with word. In Word, just export as pdf.

            I can't do that in bulk that way though, can I?

            My user may have 50 or so word files and she wants to convert them all to separate PDFs without having to open each one individually in word.

            I thought there may be a tool that would just let her bulk select all and convert them all at once.

            ObsolesceO 1 Reply Last reply Reply Quote 0
            • ObsolesceO
              Obsolesce @BraswellJay
              last edited by

              @BraswellJay said in Word to PDF converter ...:

              @Obsolesce said in Word to PDF converter ...:

              @BraswellJay you don't need one with word. In Word, just export as pdf.

              I can't do that in bulk that way though, can I?

              My user may have 50 or so word files and she wants to convert them all to separate PDFs without having to open each one individually in word.

              I thought there may be a tool that would just let her bulk select all and convert them all at once.

              You can do it with PowerShell. Make a simple script for the user to run.

              B gjacobseG PhlipElderP 3 Replies Last reply Reply Quote 1
              • B BraswellJay has marked this topic as solved on
              • B
                BraswellJay @Obsolesce
                last edited by

                @Obsolesce

                Thanks!

                That was perfectly reasonable and straightforward to do.

                1 Reply Last reply Reply Quote 0
                • gjacobseG
                  gjacobse @Obsolesce
                  last edited by

                  @Obsolesce said in Word to PDF converter ...:

                  @BraswellJay said in Word to PDF converter ...:

                  @Obsolesce said in Word to PDF converter ...:

                  @BraswellJay you don't need one with word. In Word, just export as pdf.

                  I can't do that in bulk that way though, can I?

                  My user may have 50 or so word files and she wants to convert them all to separate PDFs without having to open each one individually in word.

                  I thought there may be a tool that would just let her bulk select all and convert them all at once.

                  You can do it with PowerShell. Make a simple script for the user to run.

                  Powershell for the win! Nicely done.

                  1 Reply Last reply Reply Quote 0
                  • 1
                    1337
                    last edited by 1337

                    With libreoffice you can do batch conversion to pdf immediately from the command line like this:

                    From odt to pdf:
                    "C:\Program Files\LibreOffice\program\swriter.exe" --headless --convert-to pdf *.odt

                    Replace *.odt with whatever format and wildcard you need.

                    From docx to pdf:
                    "C:\Program Files\LibreOffice\program\swriter.exe" --headless --convert-to pdf *.docx

                    Works the same on linux.

                    Replace the path to LibreOffice with whatever you have. Above is default for Windows.

                    1 Reply Last reply Reply Quote 1
                    • PhlipElderP
                      PhlipElder @Obsolesce
                      last edited by

                      @Obsolesce said in Word to PDF converter ...:

                      @BraswellJay said in Word to PDF converter ...:

                      @Obsolesce said in Word to PDF converter ...:

                      @BraswellJay you don't need one with word. In Word, just export as pdf.

                      I can't do that in bulk that way though, can I?

                      My user may have 50 or so word files and she wants to convert them all to separate PDFs without having to open each one individually in word.

                      I thought there may be a tool that would just let her bulk select all and convert them all at once.

                      You can do it with PowerShell. Make a simple script for the user to run.

                      Here's one resource that works:
                      https://stackoverflow.com/questions/16534292/basic-powershell-batch-convert-word-docx-to-pdf

                      1 Reply Last reply Reply Quote 0
                      • 1 / 1
                      • First post
                        Last post