Why is it important to maintain the link to the original file after you import a

graphic?

What will be an ideal response?

Because InDesign uses the original source graphics files when printing a
document, most graphics will not print at the highest possible resolution (nor
will they export to PDF using the best possible resolution) if the link to the
original graphics file has been broken. This can occur if the original file has been
moved, deleted, or renamed.

Computer Science & Information Technology

You might also like to view...

Facebook and Twitter are popular examples of ________ networks

Fill in the blank(s) with correct word

Computer Science & Information Technology

In a vector, which of the following statements is true?

a. Indexing vector access is range checked. b. The range of legal index values for a vector is 0 to the value of v.size()-1 c. To add a value use the member function v.push_front( ) d. To increase or decrease a vector’s size v.new_size(newSize);

Computer Science & Information Technology