I am trying to make this lisp to print PDF by clicking on the title block of our company. What it does is to search for the same block name in the whole file, obtain the drawing number of each block and apply onto the PDF file name.
The last step of the lisp is :
(command "-plot" "y" "" "CutePDF Writer" "A3" "M" "L" "" "w" PPDF:print_point-1 PPDF:print_point-2 "Fit" "" "" "" "" "" "" "" "" "" "" ppdf:filename)
Problem is it comes out a dialog box for the PDF file name, it won't take the value of "ppdf:filename". Wonder anyone could help upon this problem.
Thanks so much