几何尺寸与公差论坛

 找回密码
 注册
查看: 799|回复: 0

【转帖】dwg editor api set page size

[复制链接]
发表于 2009-4-13 10:37:01 | 显示全部楼层 |阅读模式
dwg editor api set page size
in dwgeditor when i pdf out or save as and select pdf it allows for me to set the page size where i select custom and input 10" by 6"via a popup. this works great.
now i am trying to do this via api and cannot find where i can set the size. here is the api i am looking at.
sub export(filename as string, extension as string, [selectionset as selectionset])
member of dwgeditor.document
or
sub saveas(savefile as string, [version as fileversions = vicversionr14])
member of dwgeditor.document
what reference will allow me to tell it to use the above settings once i call the export or save as.
try doing that with plotmanager object
dim pltmgr as as dwgeditor.plotmanager
set pltmgr =thisdrawing.application.plotmanager
pltmgr.setpapersize 5000, 3000 ' or watever size you want
and the just try to export to pdf
to get better control i print to pdf via win2pdf printer
and it works. althogh i have to say that stability of the vba with dwgeditor is problematic.
regards
dudi peer
quick
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|小黑屋|几何尺寸与公差论坛

GMT+8, 2024-12-24 01:47 , Processed in 0.036362 second(s), 19 queries .

Powered by Discuz! X3.4 Licensed

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表