Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone,
I am working with a DWG file that contains 67 individual drawings, and I need to download each of these drawings as a separate PDF file. I already have the coordinates for each drawing specified. I'm looking for a way to automate this process, possibly using AutoLISP or another scripting method within AutoCAD.
For instance, some of the drawings are located at:
- Drawing 1: Coordinates (-10133, 158, -9297, 740)
- Drawing 2: Coordinates (-4036, -450, -3200, 132)
- Drawing 3: Coordinates (-10087, -4455, -9251, -3873)
- ... (more coordinates for other drawings)
I'm seeking guidance on how to effectively create a batch process to export each drawing to a PDF based on its specific coordinates. Any advice on how to set up the script or references to similar scripts that have worked for others would be greatly appreciated.
Thank you in advance for your help!
Solved! Go to Solution.