|
Printing...At Last!
Weve finally made it to the heart of the matter: actually printing
your work. So to print your drawing, you go to File Ø
Print and click OK, right? Right??
Would that it were that easy.
For basic proofing on a laser printing, perhaps it is. But if you rely
on CorelDRAW for professional output and accurate communication of your
work to a service bureau, youll need to know about more than just
the OK button. Here is a tour of the six tabs of the Print dialog (or
seven, if youre printing to a PostScript device).
General
Again, for commonplace print jobs, this might be the only stop youll
need to make, as Corel has done a good job of placing the most common
controls on the first page of the dialog.

Destination
This section of the General page describes the current output device
and/or method. Initially, this is your system default. Changing the selection
at this point is simply a matter of choosing another from the drop-down
list. From the list, you can select any other installed printer or output
device (such as a fax/modem driver) or the new DRAW 9 option of Device
Independent PostScript File. The other fields will change to reflect related
settings. Most of this information is self-explanatory. The Status field
is probably most useful in a shared-printer environment, when you need
to know if the printer is available. The Where field is the output destination
(either a physical port such as LPT1 or a logical port such as FILE or
a directory or filename).
When you select Device Independent PostScript File for output, DRAW will
control the device setup instead of a driver. You can select any media
size defined in the page size settings of the Options dialog, including
any custom definitions you have added to this list. Device Independent
PostScript offers a way to output completely DSC-compliant PostScript
files with no interference from device-dependent operations. This is especially
desirable if you are sending PostScript files to post-processing applications
like TrapWise, PressWise, etc.
If you select a different printer and cancel without printing, your selection
is promptly forgotten and the default printer is again selected. If you
proceed and print a document, the printer and other options you chose
are retained for subsequent printing of that document during the current
session.
|
| WARNING
DRAWs multiple-document capability allows each document to retain
its own print settings. Generally, this is a good thing; it will reduce
the required steps each time you print. You need to be careful, though,
if youre working on several documents at once. If each document
uses different page sizes, printers, and so forth, you may lose track
of which file goes to what printer and with which settings. (We know
this from personal experience!)
|
Properties
This button takes you to your printers own driver settings. Here
you can control many printer settings that would normally be accessed
from the printers Properties dialog in the Windows Control Panel.
The main difference when you change the settings from within DRAW is that
they will only stick with the document for the duration of your session.
Open another application or a new DRAW document, and everything reverts
to the default printer and its settings. So if you find yourself entering
Properties and making the same change over and over again, you should
make one trip to Start Ø Settings Ø
Printers and make the change there. That way, it will become the default.
Use PPD? Isnt That Illegal??
No, not PCPPPD! If you have selected a PostScript device
as your output method, the brand new PPD check box will be available.
A PPD is a PostScript Printer Description file. It describes the
fonts, paper sizes, resolution capabilities, and other features
that are specific to your PostScript printer. Using the correct
PPD files ensures that your printers features will be available
when you print.
If you choose to use a PPD file, DRAW generates all of the PostScript
code. If you choose not to use a PPD file, Windows relies on information
in the print driver, which is more generic and not always
as up-to-date as the PPD file. For this reason, we applaud the new
support for PPDs and recommend you use them for jobs that are destined
for unknown or sophisticated output devices.
After you check the PPD check box, you will be presented with a
dialog from which to locate the PPD file itself. Usually, PPD files
are installed into the Windows Ø
System folder, but if you downloaded the Adobe PostScript driver,
it comes with dozens of PPD files that do not get installed. If
you cannot locate the PPD file for your device, first check at www.adobe.com,
then with the manufacturer or your service bureau. Once you have
selected the PPD file, it will remain selected for that particular
device anytime you enable the PPD check box. To change PPD files,
click the Properties button in the DRAW Print dialog and then browse
to the new PPD file.
Think of PPD as the opposite of Device Independent PostScript.
PPD describes the things that are unique to a printer, while Device
Independent PostScript represents generic PostScript that is common
to all.
|
Print to File
The Print to File option allows you to create a file that can later be
downloaded to the selected output device. You can install drivers or PPDs
for remote devices or select the new Device Independent PostScript File
output method, and record the printer command code in a print file (usually
with a .prn or .ps filename extension) for
later output.
Print to File is especially useful for creating files destined for output
at service bureaus. That means you dont need to own a $50,000 imagesetter,
and the service bureau doesnt need to have CorelDRAW or your chosen
fonts in their shopor even a DOS/Windows computer, for that matter.
Print files can be created for both PostScript and non-PostScript output
devices. However, most devices found at service bureaus are PostScript.
Next to the Print to File check box is a new flyout arrow giving you
access to even more options. Included on this flyout are three toggles
for controlling the final file. You can choose to have all pages in multipage
files sent to one file, each page to a separate file, and even each color
separation (plate) sent to its own file.
This brings us to the For Mac option. If you are preparing files for
a Macintosh-based service bureau, you will want to select this option
when you create a print file. It tells DRAW to strip out a start/end control
character (Ctrl+D) from PostScript files. This character is informative
to DOS-based printers, but it tends to choke Mac networks.
Look for details on preparing files for service bureaus throughout the
rest of this chapter.
|
| TIP You can
also instruct your printer to strip this control character for all
printing under Windows. To do this, go to Start Ø
Settings Ø Printer, choose the
desired printer, and press Alt+Enter to get its Properties sheet.
From there, go to the PostScript page, click Advanced, and find the
options for sending the Ctrl+D character.
|
Other Uses for Print to File
You may find the Print to File option useful even if you do not
use a service bureau. Use it whenever you need to print on a device
not attached to your computer.
For example, perhaps you have a notebook computer that you take
on the road, sans printer. You prepare some artwork for your office,
which has a color printer. No one else in your firm uses DRAW, so
it is installed only on your notebook, along with a driver for the
office printer. You print to file, and at the office, entering a
quick DOS copy command:
copy filename.prn LPT1 /B
will produce your masterpiece! In this command, LPT1 refers
to the port to which the printer is connected. Typically it will
be either LPT1 or LPT2, but you should substitute the port to which
your printer is attached. The /B tells the printer that you
are sending binary information, so it wont treat the file
as ASCII text.
There are fancy Windows utilities that do this also, but sometimes
theres nothing cleaner and simpler than a good old DOS prompt.
|
|
|