Community
AutoCAD Forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

script setting current page setup

4 REPLIES 4
Reply
Message 1 of 5
Anonymous
1032 Views, 4 Replies

script setting current page setup

can someone tell me if there is a way to set a page setup as the current one
thru a script file. I was able to use psetupin to get it in the dwg, but not
sure how to set it current. Thanks for any help you can give.

MKH
4 REPLIES 4
Message 2 of 5
Anonymous
in reply to: Anonymous

Any suggestions here would interest me too....

Leo



"mkh" wrote in message
news:4938885@discussion.autodesk.com...
can someone tell me if there is a way to set a page setup as the current one
thru a script file. I was able to use psetupin to get it in the dwg, but not
sure how to set it current. Thanks for any help you can give.

MKH
Message 3 of 5
ririe44
in reply to: Anonymous

Me too, I'd really like to know how to select a page setup without going to a dialog box! Thanks!
Message 4 of 5
Anonymous
in reply to: Anonymous

This is a script file that I have assigned to a button. This will set a page setup current and then go right into the plot command. I have different buttons for several different plotters and printers and also for different paper sizes. Works pretty well for me.

._TILEMODE 1
(setq expert (getvar "EXPERT"))(setvar "EXPERT" 2)
._-PSETUPIN
"C:/A2K6/Plot/Plots_2006.dwg"
"LJ5000_11x17"
(setvar "EXPERT" expert)
._-PLOT
_No

LJ5000_11x17

_No
_Yes
_No
Message 5 of 5
tim.turner
in reply to: Anonymous

Here is a lisp that was posted in the customization group. I can't find the exact thread again.

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

Post to forums  

Forma Design Contest


Autodesk Design & Make Report