Convert new doc to pdf
There are several ways to convert a new Word document (.docx) to a PDF file. Here are a few methods:
Method 1: Using Microsoft Word
- Open your Word document (.docx) in Microsoft Word.
- Click on the "File" menu and select "Save As".
- In the "Save As" dialog box, select "PDF" as the file type.
- Choose a location to save the PDF file and click "Save".
Method 2: Using Online Conversion Tools
- Go to an online conversion tool such as SmallPDF, Convertio, or Online-Convert.
- Upload your Word document (.docx) to the website.
- Select the conversion options (e.g., PDF, PDF/A, etc.).
- Click "Convert" to generate the PDF file.
- Download the PDF file to your computer.
Method 3: Using Command Line Tools
- Install a command-line tool such as
docx2pdf
orunoconv
. - Open a terminal or command prompt and navigate to the directory where your Word document (.docx) is located.
- Use the command-line tool to convert the document to PDF, for example:
docx2pdf your_document.docx output.pdf
unoconv -f pdf your_document.docx output.pdf
Method 4: Using LibreOffice
- Install LibreOffice, a free and open-source office suite.
- Open your Word document (.docx) in LibreOffice.
- Click on the "File" menu and select "Export as PDF".
- Choose a location to save the PDF file and click "Export".
These are just a few methods to convert a new Word document (.docx) to a PDF file. The method you choose will depend on your specific needs and preferences.