Does anybody know of a custom or built in way to re-order the layout tabs? I have a drawing with about 200 tabs in there (different site locations). I like to keep them alphabetical so I can find then when needed. Right now I have to drag the tab into it's proper place (which can be time consuming). I'd like to be able to automatically alphabetize them.
In a somewhat related question, does anybody know how I could export all layout tabs (based on their current page setup) at once? I would prefer if it dropped the suffix and prefix (BTW, can you change these?) from the file name. The prefix is the drawing name and the suffix is the "(1)" it puts on there. I'd love to not have to delete that every time I export it.
Sorry about that error Chris, I have (vl-load-com) in my ACADDOC.lsp, so I don't notice any problems if I have left it out - my apologies.
When you say "export" layout tabs, what exactly do you mean? I can easily modify the Layout tab names, but I am not sure exactly what you want done with them
Well, I have hundreds of layouts in my drawing. each one is named for the site they represent (these are well sites in a large field of hundreds of wells). An example of the layout name might be:
"Echo_Springs_Federal_2_26"
I want to be able to export all the layout tabs in the drawing with only using the layout name to a defined workspace. Currently when I export them to PDFs the default is:
drawingname layoutname "(1)"
I don't want the drawing name or the "(1)" appended to it. I've been trying to find a setting to fix that but I can't.
any ideas?
I thought of writing a script to strip the drawing name and the "(1)" off there, but it won't work because Autocad puts those spaces in there. And besides, I don't have the other part figured out either (to export them all at once).
I use the plot button/command and the name of the plotter is "Adobe PDF"
In case it matters, the properties on all layouts are the same (size, orientation, etc). All those setting are saved within the layout though, so I doubt any of that would need to be included in any LISP.