Arin9916 Posted June 14, 2011 Posted June 14, 2011 when i plot using DWG TO PDF then pdf file is open. i don`t want open the file. how can i control using lisp.. thanks for reading.. Quote
Tiger Posted June 14, 2011 Posted June 14, 2011 You don't need lisp for that, to open PDF after printing is a setting in most PDF Printers - what PDF printer do you use? Quote
ReMark Posted June 14, 2011 Posted June 14, 2011 If you don't want the PDF to open up automatically enable "Plot in background" where it says Plot Options in the Plot dialog box. Quote
JohnM Posted June 14, 2011 Posted June 14, 2011 there should be an option to turn off this action in the printers preferences Quote
LISP2LEARN Posted June 14, 2011 Posted June 14, 2011 On the plot dialog box select the "Pdf Plotter" and click "Properties". Plotter configuration Editor will pop up. Under "Device and Documents Settings" tab. Click "Custom Properties". On the "Adobe PDF Document properties" uncheck "View Adobe PDF results". Quote
Arin9916 Posted June 14, 2011 Author Posted June 14, 2011 thsnks everyone i made plot lisp and i want put in such as (setvar '??? 0) ??? is variable that control not open pdf files after print can not impossible using lisp? Quote
SLW210 Posted June 20, 2011 Posted June 20, 2011 thsnks everyone i made plot lisp and i want put in such as (setvar '??? 0) ??? is variable that control not open pdf files after print can not impossible using lisp? Try to create two seperate .pc3 files, one which opens the pdf the other does not, and call the appropriate pc3 through your lisp. Or CutePDF does not open the PDF, try using that insterad of the DWG to PDF.pc3. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.