Message 1 of 4
Convert DGN files to Autocad 2015 and PDF
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello together,
whats the best way to convert about 1200 files from DGN to DWG and PDF?
I tried:
(defun c:Pdf ( / as )
(setq as (getvar "CTAB"))
(setq pfad (strcat (vl-filename-directory (getfiled "titel" (strcat (if pfad pfad "") as) "pdf" 1)) "\\"))
(if as (command "-export" "PDF" "k" "n" (strcat pfad as)))
(setq as nil)
(princ)
)
Thank you very much
Georg