Message 1 of 46
Need help creating a LISP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I need to write a lisp that will perform the following. I'm somewhat of a newbie to LISPs so any help would be greatly appreciated. Here is what the LISP needs to perform.
- Starting from an open DWG file in AutoCAD2024 the LISP should open the rest of the dwg files that are in the same folder.
- Apply predefined Plot Offset properties (Which I will add to the code) to each of the dwg files open. It should also save the properties in the dwg files.
- Run the AutoCAD publishing process utilizing Adobe Acrobat Pro to create a single pdf containing all the dwg files as pages in the PDF. Thanks for the help.