eremiss
Guest
Hi.
I would like to create a lisp to automate the printing process in pdf.
but when this line is executed:
where "stamp" is the printing setting I choose, the routine stops and opens the window "save by name".
How can I do to save the file in the chosen path without opening the File Rescue dialog box? ?
I would like to create a lisp to automate the printing process in pdf.
but when this line is executed:
Code:
(command "print" "" "stamp" "" """ """ "c:/prova.pdf" )
How can I do to save the file in the chosen path without opening the File Rescue dialog box? ?