Let user specify a path from which files (PDF) will be imported and saved (DWG)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have developed a Lisp routine and I now want to run it several times, once per PDF file in a given folder.
The idea is that the user somehow specifies a path and the program does the following as many times as the number of PDF files in that path:
1. Create a new drawing
2. Import the Nth PDF File
3. Run the lisp routine
4. Save the drawing with the name of the PDF file in the given path
5. Back to Step 1
Anyone has any Idea how to achieve this?
Thanks, Pablo