Display full version of the post: export autocad drawing active view as a jpg

katto01
24.09.2022, 12:41
Hello,I am trying to export the ZoomAll view of an AutoCAD drawing as a jpg image using VBA.Tried the following but none of the two lines seems to work.Any ideas?ThanksThisDrawing.Application.ThisApplication.activedocument.saveasbitmap((image_name,1200,800)ThisApplication.activedocument.saveasbitmap((image_name,1200,800)

Vladimir Michl
25.09.2022, 12:49
Why not just JPGOUT?

katto01
28.09.2022, 11:59
is there a VBA equivalent to JPGOUT?