Talk About Network



Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Computer Aided Design - CAD > IntelliCAD software > LISP & PDF outp...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 5 Topic 326 of 360
Post > Topic >>

LISP & PDF output

by aliennation <aliennation@[EMAIL PROTECTED] > May 9, 2007 at 11:07 AM

I'm using ICAD 6.2 and I can't get a PDF file to output automatically
from LISP (I haven't tried VBA)
Does anyone have any ideas?

By substituting (command "export" "c:\\mypdf.pdf") I get a DWG file,
is there a bug in PDF export?

The function I am using is shown below:

(defun C:myPDFOut ()
	(command "export" "c:\\mysvg.svg" "ALL" "")
	(command "export" "c:\\mypdf.pdf" "ALL" "")
)
***** This produces the output below **********
: myPDFOut
: export 
File name (extension defines export type) <C:\temp\myfile.dwg>:
c:\mysvg.svg
Select entities to export: ALL 
Select entities to export:  
: export 
File name (extension defines export type) <C:\temp\myfile.dwg>:
c:\mypdf.pdf
: ALL error: rejected function
(COMMAND "export" "c:\\mypdf.pdf" "ALL" "") 
(C:myPDFOut)




 5 Posts in Topic:
LISP & PDF output
aliennation <aliennati  2007-05-09 11:07:43 
Re: LISP & PDF output
jg <jg@[EMAIL PROTECTE  2007-05-09 19:53:24 
Re: LISP & PDF output
"CW" <cmager  2007-05-10 01:23:53 
Re: LISP & PDF output
aliennation <aliennati  2007-05-14 14:10:58 
Re: LISP & PDF output
jg <jg@[EMAIL PROTECTE  2007-05-14 21:42:19 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Fri Jul 4 9:18:04 CDT 2008.