利用AutoCAD R14将文字输出成DXB格式
启动AutoCAD R14
第一步设定打印机:
Command: config(打开设定打印机面板,这一步设定打印机)
在弹出的对话框中选“New…”→直接点击“OK”(设定打印输出成“DXB”格式文件)→弹出文本窗口,设置如下:
Maximum horizontal (X) plot size in drawing units <11.0000>: (设定最大水平出图尺寸,直接点“回车”即可)
Plotter steps per drawing unit <1000.0000>: (设精确值,直接点“回车”即可)
Maximum vertical (Y) plot size in drawing units <8.5000>: (设定最大垂直出图尺寸,直接点“回车”即可)
Plot optimization level = 1
Sizes are in Inches and the style is landscape
Plot origin is at (0.00,0.00)
Plotting area is 11.00 wide by 8.50 high (MAX size)
Plot is NOT rotated
Area fill will NOT be adjusted for pen width
Hidden lines will NOT be removed
Plot will be scaled to fit available area
Do you want to change anything? (No/Yes/File) : (直接点“回车”即可)
返回到打印机设置面板,可以看到在面板中生成了一个新的配置文件:“AutoCAD DXB File”,点选。点击“Set Current”键,将其设成当前使用状态。
至此,打印机设置完成。