How to add your knowledge

Print to File

    Table of contents
    No headers

    Besides printing to paper, you can also postpone printing by saving the view and print settings to a PRN file. Because the file is an intermediary step to printing, it is referred to as printing to a file. The PRN file is saved with a .prn file extension, MyDWF.prn, for example.

    Printing to a file is helpful in these situations:

    • To store 2D or 3D views for later printing.
    • To store settings when a printer is not available (for example, when using a laptop at the job site). You can then continue working with other views and settings.

    To create a PRN file

    1. Click the application button PrintPrint.

      The Print dialog box opens.

    2. Within the Printer grouping, check the Print to File option.
    3. Optional: Set any other printing preferences.
    4. Click OK.

      The Print to File dialog box opens.

    5. Browse to the folder in which you want to save the file.
    6. Optional: In the File Name text box, type a file name.
    7. Click Save.

    You can print the PRN file from a command prompt .

    To print a PRN file

    1. Click StartAll ProgramsAccessoriesCommand Prompt.

      The command prompt window opens.

      NoteTo display the command prompt window in Windows Vista, click Start. In the Start Search text box, type cmd and press Enter.
    2. If necessary, type cd C:\
    3. Type copy filename.prn lpt1 /b
    4. Press Enter.

    If the printer is connected to a network, replace lpt1 with the network path and printer name. Ask your network administrator for assistance, if necessary.