As an enlightened computer user, you must be knowing the numerous benefits of converting your documents (Word, Excel, and PowerPoint) to PDF file format.
Since you know the benefits of converting Word to PDF files, you must be now looking at the various ways by which you can convert Word to PDF files.
There are many ways in which you can convert Word to PDF files. Some of them are as follows:
1) By using Open Office
2) By using online converter
3) By using Word to PDF converter software
Now lets try and understand as to how can you convert Word to PDF files using the aforementioned ways:
Converting MS Word documents to PDF file format using Open Office
4) Launch the Open Office.
5) Click the Organizer.
6) Select the Libraries tab.
7) Set Application/Document to office, click New and then name your library.
8) Click the Modules tab.
9) Select your library.
10) Click New Module.
11) Rename the module.
12) Paste the below-mentioned code when the Window pops up:
Sub ConvertWordToPDF(cFile) cURL = ConvertToURL(cFile) Open the document. Just blindly assume that the document is of a type that OOo will correctly recognize and open without specifying an import filter. oDoc = StarDesktop.loadComponentFromURL(cURL, "_blank", 0, Array(MakePropertyValue("Hidden", True), )) cFile = Left(cFile, Len(cFile) 4) + ".pdf" cURL = ConvertToURL(cFile) Save the document using a filter. oDoc.storeToURL(cURL, Array(MakePropertyValue("FilterName", "writer_pdf_Export"), )) oDoc.close(True) End Sub Function MakePropertyValue( Optional cName As String, Optional uValue ) As com.sun.star.beans.PropertyValue Dim oPropertyValue As New com.sun.star.beans.PropertyValue If Not IsMissing( cName ) Then oPropertyValue.Name = cName EndIf If Not IsMissing( uValue ) Then oPropertyValue.Value = uValue EndIf MakePropertyValue() = oPropertyValue End Function
13) Save and exit Open Office.
Use Open Office Macro on Linux to convert Word to PDF files:
14) Create a shell script in /usr/local/bin/:
#!/bin/sh DIR=$(pwd) DOC=$DIR/$1 /user/bin/oowriter-invisible "macro://Standard.Module1.ConvertWordToPDF($DOC)"
15) Run the shell script in Microsoft Word document.
Use Open Office Macro on Windows to convert Word to PDF files:
16) Close the Open Office.
17) Create or open the file.
18) Type the following command:
@ECHO OFF "c:program filesOpenOffice.org1.1.0programsoffice"-invisible "macro:////NameofyourLibrary.Conversion.ConvertWordToPDF(%1)" Rem "c:program filesOpenOffice.org1.1.0programsoffice" -invisible "macro:////NameofyourLibrary.Conversion.test(%1)"
19) On the command prompt, type: convert c:document7.doc.
The document7.pdf file is saved in your C: folder.
Converting MS Word document to PDF file using Online Converter
Numerous Word to PDF online converter tools are available over the internet. These online converter tools let you convert Word to PDF files free of cost. Moreover, you need not download them in order to perform Word to PDF conversion. As the name suggests, these are online converter means you can convert your documents online without needing to download the tools.
Perform the following steps:
20) Browse the Word document that you want to convert to PDF file.
21) Specify an email address.
22) Click the Convert button.
The Word document is converted to PDF file format and is sent at the email address specified by you.
Note: The conversion steps may be different in different online converter tools. However, the basic functionality of these online converter tools remains the same.
By using Word to PDF Converter tools.
Numerous
Word to PDF converter tools are available in the market. You must choose the one that is as per your requirement.
Perform the following steps:
24) Download and install the
Word to PDF Converter Free tool.
25) Launch Word to PDF Converter Free software.
26) Browse the Word file that you want to convert to PDF file.
27) Click the Convert button.
Numerous Word to PDF Converter Free tools are available over the internet. Cautiously choose the one that is as per your requirement.
Kernel for Word to PDF is a professional and reliable tool that effectively converts Word to PDF files. By using Kernel for Word to PDF, you can be assured of an easy, accurate, and flawless Word to PDF conversion. To know more about the company, you can visit the website: http://www.wordtopdfconverterfree.com
Loading...