PDA

View Full Version : DWG to PDF


vipin_nair
2008-02-27, 10:59 AM
Hi,

Does anyone have any idea about converting DWG to PDF through an LSP. If anybody have an idea will be appreciated. Thankyou.

rkmcswain
2008-02-27, 02:43 PM
You can drive the command line version of the PLOT command using something like this in lisp.


(command "._-plot" "_Y" "Model" "My PDF Driver.pc3" ..........)