PDA

View Full Version : printing file name on plot


EddieAdler
21-03-2006, 05:46 AM
Is there a way to do this? When printing a lot of drawings it would be helpful to be able to look at the plot file name to match up with a list of files.

GuthCAD Software Support
21-03-2006, 04:12 PM
Eddie,

Yes it can be done. You need to edit the CADVIEWER.INI file (not while CAD Viewer is running.) Locate the [Printtags] section, add the following 3 lines:

[Printtags]
0=1
Line0=Drawing: $(getvar, "dwgprefix")$(getvar, "dwgname")
Pos0=1

The expression at Line0 is an AutoCAD 'Diesel' expression. CAD Viewer will recognize most Diesel expressions.

Software Support