Message 1 of 17
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
We have drawings with multiple layouts and we want to export all these layouts to one pdf file with the accoreconsole.
I found this to use:
(setq CurrDwgName (getvar "dwgname"))
(setq Fname (substr CurrDwgName 1 (- (strlen CurrDwgName) 4)))
(setq name (strcat (getvar "DWGPREFIX") Fname ".pdf"))
;Command:
-EXPORT
;type
PDF
;What to print
A
;Enter file name <D:\FtpRoot\WorkerShared\w11i1j11\acad_test-Model.pdf>:
!name
nil
But this doesn't work. The log file of the accoreconsole is giving this as an error:
Command: -EXPORT
Enter file format [Dwf/dwfX/Pdf] <Pdf>PDF
Enter plot area [Display/Extents/Window] <Display>: A
Invalid option keyword.
I don't know how to solve this and de accoreconsole keeps on failing on all my testings.
Can someone help me with this?
Solved! Go to Solution.