admin管理员组

文章数量:1574080

不确定库,但你肯定可以使用AutoCAD的I/O,这AutoCAD是作为一种web服务运行的,它可以在您的机器上无需任何应用程序。更多信息请登录http://developer.autodesk

这是一个脚本(.scr),您可以在AutoCAD控制台上使用它来创建PDF文件。在这里工作真的很好。

(setq CurrDwgName (getvar "dwgname"))

(setq Fname (substr CurrDwgName 1 (- (strlen CurrDwgName) 4)))

(setq name (strcat (getvar "DWGPREFIX") Fname ".pdf"))

;Command:

FILEDIA

;Enter new value for FILEDIA <1>:

0

;Command:

-PLOT

;Detailed plot configuration? [Yes/No] :

Yes

;Enter a layout name or [?] :

Model

;Enter an output device name or [?] :

DWG To PDF.pc3

;Enter paper size or [?] :

ANSI A (11.00 x 8.50 Inches)

;Enter paper units [Inches/Millimeters] :

Inches

;Enter drawing orientation [Portrait/Landscape] :

Landscape

;Plot upside down? [Ye

本文标签: 转换为图纸图像方式文件