Is it possible to send a non default 'Document Title' to the PDFCreator? The problem I'm having is that I create multiple plot areas on the drawing and then use a Lisp to plot each area. All of these areas are given the drawing name and when the user goes to save the PDF they have to manually change each name.

Is there a way to tell PDFCreator to name the Document something other than the drawing name, such as DrawingName(counter)? I'm currently using the "-plot" command and any help would be appreciated. Thanks.

(Command "-plot"
"Y"
""
"PDFCreator"
papesizeN
"m"
"P"
"n"
"W"
printp1
printp2
"f"
""
""
plotstyle
""
""
""
""
""
""
"Y")