Explain why you would want to save a Word document in the PDF format.

What will be an ideal response?


You want to save a Word document in the PDF format when you want to preserve the layout, format fonts, and images of the original Word document. Further, it is portable and can be read using many applications and on several platforms, including apps on mobile devices.

Computer Science & Information Technology

You might also like to view...

Consider the following Java statements:

```int x = 9; double y = 5.3; result = calculateValue(x, y); ``` Which of the following statements is false? a. A method is called with its name and parentheses. b. x and y are parameters. c. Copies of x and y are passed to the method calculateValue. d. x and y are arguments.

Computer Science & Information Technology

Word's Spelling & Grammar tool can be found on the ________ tab

A) HOME B) REVIEW C) REFERENCES D) VIEW

Computer Science & Information Technology

When an image is displayed in the browser, how is its size determined?

A) It will be displayed at its original size unless different height and width attributes are specified. B) It will be displayed at a size that is relational to how much space is available in the current browser window. C) It will be displayed according to the mandatory height and width attributes. D) It will be displayed at 50% its original size unless other height and width attributes are specified.

Computer Science & Information Technology

The View as a slide show command is available to all types of folders

Indicate whether the statement is true or false

Computer Science & Information Technology