Printing to a File

You can store the image printout in a .prn file that can be printed afterwards.

  1. Select PLM Access > Print... (or press CTRL+P).

    The type of printer you choose determines the default settings in the Print dialog box:

    Tip: You can also print to a file through:
    • The Print button in the Capture Preview window you access by selecting Tools > Image > Capture....
    • The Print contextual command when selecting Tools > Image > Album....

  2. Select a printer name.

  3. Select the Print to file check box.

  4. Enter a file name, or click File Name....

  5. In the Print to file dialog box, type the name of the file in which you will store the image printout.

  6. Click Save.

    The file is saved with the .prn extension (the only extension available). The information in the file depends on the printer you selected in the Print dialog box.

    Warning: Selecting the Print to one file check box is relevant only when printing multiple pages.

  7. When printing to a 3D PLM printer, click Properties....

  8. In the Submission Scripts area, click Custom next to "Declaration" to specify the default output file name.

    Each time you print a document, an output file is created at the location you specify in the text box.

  9. Click Edit Script... which is now activated.



  10. Create your own script.

    You can use the following environment variable contained in the default script:

    CATOUT=C:\DOCUME~1\ajt\LOCALS~1\Temp\catout_%CATPRT_DOC_SHEET_NUM%.out

    where:


    • C:\DOCUME~1\ajt\LOCALS~1\Temp\ is the location of the document
    • catout_%CATPRT_DOC_SHEET_NUM%.out indicates the name (stored in catout.out) and number (stored in %CATPRT_DOC_SHEET_NUM%.out) of the document. For instance, when using a PostScript printer, you can use this variable the following way: set CATOUT=e:\Temp\test_ %CATPRT_DOC_SHEET_NUM%.ps to specify that the name of the document to be printed is test.ps and is located in e:\temp.

  11. Click OK to validate your modification in the script window then OK again to close the Printer Properties dialog box.

  12. Access the folder in which the file has been saved and use the Copy command to print the file.

    For example: copy myfile.prn LPT1 where LPT1 is the local print port.

  13. Optional: If the printer is on a network, use the following command copy myfile.prn \\servername\printername

    where servername is the name of the print server, and printername is the name of the printer.

The file is printed.