Search the Community
Showing results for tags 'batch'.
-
Is There Any Way To Export All Layers Separately Into Pdf Format?
Shahtaj Bhutto posted a topic in Tutorials & Tips'n'Tricks
Hi Is there any way to export all layers separately into pdf format? i want to export all of them at once to edit them in illustrator. It's taking alot of time to export them one by one from autocad I don't have any professional Experience with programming but i have tried to m...- 10 replies
-
Having written the first draft of my old 'Global Attribute Editor' program almost three years ago, I thought it was about time I offered something new and improved. And so, I've spent some time putting together a new and improved... Batch Attribute Editor A full d...
-
Batch processing of script files on drawing files with matching names
PipelinerUSA posted a topic in AutoLISP, Visual LISP & DCL
I have a directory populated with several hundreds of drawings and scripts. For every drawing "A.dwg" there is a script "A.scr": A.dwg A.scr B.dwg B.scr C.dwg C.scr D.dwg D.scr ... Every script is unique. What I am looking to do is figure out a way to run every script on it... -
I am trying to find a way of automating the renaming and publishing (PDF) 2 copies of same drawing with different names - 1 set that would go to a client that request a certain job no (which we have on the title block - as attribute=client_job_no) and the same set but titled...
-
Hi, I'm looking to make a script, lisp or batch sort I could take all the 3D drawing from a file and convert it to a 2d drawing. I've tried a lot of thing like "flatshot", "outbounding", "flatten"... The best result was definitely with the "Flatshot" command, but it cannot be use as a scrip...
-
Autocad dwg to pdf by script with batch file help....
bmartinez posted a topic in The CUI, Hatches, Linetypes, Scripts & Macros
I need a script that will convert multiple DWG files to ONE single PDF file,I found one that does convert the dgw file but to single pdfs , im also having some issues with DWG files that are "read only" wont convert them but all my files i need to convert to pdf are READ ONLY. -
Hi folks. Have been trying to make s lisp code for a simple task but turned out that it might not be so easy. I found lots of information but not this one. So i'm asking if this is even possible to do. I have a block and it has many entities. The block has a name but all the (2-3) entities...
-
Hey guys, I am in the process of updating our CAD Block Library and I have a collection of .IPT files which I would like to convert to .DWG. I am aware of the IMPORT command, and I am also aware that I can open the .IPT files in Inventor Fusion and save them to DWG from there... but I am goi...
-
How do i batch convert 150+ dwg to pdf?
ben_vk posted a topic in AutoCAD Drawing Management & Output
Hi Guys, We have been supplied over 150 dwg files and I have been assigned the task of exporting them all to PDF. Is there a batch processor that is capable of doing this task? I can see software that will cost $99 and hopefully be able to do it, but im hoping to learn how to do it some other w... -
Batch plotting PDF Autocad 2014! HELP!
tmelancon posted a topic in AutoCAD Drawing Management & Output
I am working with Autocad 2014 and am trying to batch PDF using the BATCHPLOT utility built in to autocad. The problem I have is for some odd reason it is trimming off the right margin. It does not let me define how I want to window or anything to be plotted and I need to plot over 600 dwg to pdf.... -
Unfortunately, I'm not much of a programmer so I need some help with a routine. I typically cobble things together from what others have done but I can't really find anything to even start from on this one. The company I work for has panels created in ACAD 2013 which are exported to dxf and cut...
-
Hi there, I want to plot 100+ drawings to PDF's and was wondering if there is a way to change the base file location it saves, to a location I can choose? I am currently using the PDF to DWG.pc3 file in a plotting script. Is there also a way to get rid of the PDF viewer when the script is runni...
- 4 replies
-
- plot problem
- pdf to dwg
-
(and 3 more)
Tagged with:
-
Hi everyone, I have this script that will not work when a try to batch run it through Autoscript, however if I paste it dirctly into the command line it works no problem. Obviously I dont want to open each drawing up and paste as I have more than 2500 dwg. Any help please? Thanks in adv...
-
I am attempting to make a modified version of the ATTIN command in order to automate the process; removing user prompts, specifying file import location, and batch processing from a specified directory. But I have run into a wall, and I am very new to LISP (about 3 weeks new now). This is a pro...
-
Program to batch modify multiple CAD drawings at one time
Movieangel posted a topic in The CUI, Hatches, Linetypes, Scripts & Macros
I have come across the Multi-Batch program, but I don't find it to be terribly user-friendly. I have also used Hurricane a bit in the past too. I am thinking this might be the best option. I haven't checked out ScriptPro, but will do that next. I know it is probably wishful thinking but are there an... -
Plotting multiple DWG files to multiple PDFs automatically
dflynn3386 posted a topic in AutoCAD Beginners' Area
Hi! I'm trying to find a way to plot multiple (over a thousand) DWG files to PDF without doing each one manually. I've played around a little bit but without any luck. I'm using AutoCAD 2002 LT. Is there any way to do this? I've also got little to no experience with the more complex setting... -
New to Scripting... Batch script: mapexport to shapefile?
dejesusm42 posted a topic in The CUI, Hatches, Linetypes, Scripts & Macros
I'm a GIS analyst working with lots of CAD data and I'm looking to make a batch script to iterate thru .dwg's in a folder, apply a predefined export template (think thats an epf file, i can make this), and save the selected features to esri shapefile using the name of the source .dwg as the name of... -
BREAKTHROUGH??? Batch processing with user input!
JPlanera posted a topic in AutoLISP, Visual LISP & DCL
I needed to print 200+ drawings located in multiple locations, but only a section of each drawing that was not previously defined by a view or common coordinates... A batch printing process that could pause at each drawing to accept user input was what i was after. I stumbled upon a bundle of code... -
Batch printing of DWG with "overlay" information
fredrivard posted a topic in AutoCAD Drawing Management & Output
We would like to print a batch of files (up to 150-200) and be able to print over all DWG some information (Work Order number) that will be filled, or supplied by a text file (or somthing) else! I've check for a couples of hours now and did not find anything solid!! Any ideas anyone? I am n... -
We are working with the MEP-2010 software after being upgraded from ABS-2006 and we are finding that many of the drawings need a very simple, yet time-consuming fix. We simly need to open each DWG file, select a different plotter from the list, then re-select the original plotter. Apparently th...
-
Change colour of all objects within blocks in a drawing file using a batch process
hosannabizarre posted a topic in AutoLISP, Visual LISP & DCL
I created an action macro to do the following: 1) Select all objects 2) Change the colour to "140" I saved it as "ActMacro001" I needed to apply this macro to heaps of files, and used the following batch process lisp (It applies ActMacro001 to files A.DWG, B.DWG, C.DWG etc): [col...