Message 1 of 4
Plot To PDF And Save In Specific Location Lisp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I have a super simple lisp I've typed up which creates a PDF based on the page set up already set in the drawing.
Currently it just seems to dump the PDF on to my desktop.
My question is, how can I add to the lisp so that I can specify where I want the PDF to be saved. I'd like to do this within the lisp so that the location is set within the lisp code and then auto saves the created PDF there every time run it.
Also if anyone is able to solve my problem, please explain what the commands etc are to get it done. I'm new to writing lisps
What I've got so far;
(defun c:PDF ()
(COMMAND "TILEMODE" "0")
(COMMAND "-PLOT" "NO" """" """" """"))