Mulitple plot from AutoCAD LT 2000
Mulitple plot from AutoCAD LT 2000
(OP)
Does anyone have a typical script file for doing a multiple plot from AutoCAD LT 2000. I have downloaded the scripteeze software and think I have worked out how to use it.
Your help would be great because I am shite at writing scripts.
Regards
Danjo
Your help would be great because I am shite at writing scripts.
Regards
Danjo





RE: Mulitple plot from AutoCAD LT 2000
My main need for batch plot is to convert 200+ drawing into pdf format. I have the pdf writer software but the plot configuration is set to print out a hard copy! Is there any way you can write into the script to change the plot configuration?
Regards
Danjo
RE: Mulitple plot from AutoCAD LT 2000
Mycad2
RE: Mulitple plot from AutoCAD LT 2000
I am using a program called Multi-Batch (multi-batch.com), it has many pre-made features and you can add your own. It costs 33$US and it has been well worth the money.
In your case, you can make your own plotter settings (pdf writer) and apply it to all the documents.
Regards,
Tom
RE: Mulitple plot from AutoCAD LT 2000
From there, using the scripts I created, you pick your drawings you want the script to apply too, pick your script, hit enter and get some coffee.
For your reference, when using -plot, it overrides the drawings settings it has stored for what it thinks it should plot out on. That way I was able to specify, what printer, what plot style, what layout, what scale and so on. Type it in and you'll see the opitions it will give you.
RE: Mulitple plot from AutoCAD LT 2000