DWG TrueView
Welcome to Autodesk’s DWG Trueview Forums. Share your knowledge, ask questions, and explore popular DWG Trueview topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Command Line printing config

0 REPLIES 0
Reply
Message 1 of 1
Anonymous
580 Views, 0 Replies

Command Line printing config

Hello,

Application: DWG TruView2010
I've a question about command line printing of .dwg files. The following codes, contained in a script file,
work to output the drawing to the printer. Essentially, you're invoking DWGViewr.exe with this script file
as part of the call.
I can print the dwg when the ‘layout’ is set to MODEL, but I get nothing when the ‘layout’ is set to the name of the ‘paperspace’ tab.
Also, when the ‘layout’ is set to MODEL, it will only print with the plot area setting of Display. I want to be able to print with the plot area setting of Layout, but the program fails to print with that setting.

Does anyone have any input on why this is a problem? Is this just a random dis-enablement of autocad functionality for the Viewer, or is there something I’m missing. Below are the codes/settings contained in the .scr file. Any constructive comments are appreciated.

Thanks,
Jim M.


;BEGIN SCRIPT
PLOT
Y
MODEL <<< want this to be the name of the paper space tab that I need to print.
My Printer Name
LETTER
INCHES
PORTRAIT
NO
DISPLAY <<FIT
0,0
NO
.
YES
YES
N
Y
Y
CLOSE
;END SCRIPT
0 REPLIES 0

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report