Page 1 of 1
CADImporterDLL-dwg to bmp
Posted: 16 Dec 2011, 20:30
by dorozedonya
Hello,
I would like to open a dwg data and after some editing, save the dwg file as a bmp.
How can I save the file as the other image format such as bmp ?
Best Regards,
dorozedonya
Re: CADImporterDLL-dwg to bmp
Posted: 19 Dec 2011, 10:51
by support
Hello.
CAD Importer DLL doesn't allow edit imported drawings. Please try ABViewer functionality if you seek for an user application. Please specify your programming environment if you need a developer library.
Alexander.
Re: CADImporterDLL-dwg to bmp
Posted: 19 Dec 2011, 21:31
by dorozedonya
With editing I mean just to skale an image and after that I will save it as a "bmp" file. If you could say me how can I save it as a different file I mean other than "dwg" file is sufficent for me.
I have a CADImporterDLL and I can open a file and skale it. Just saving is the problem.
best regards,
dorozedonya
Re: CADImporterDLL-dwg to bmp
Posted: 20 Dec 2011, 13:26
by support
Hello.
Scaling affects visualization only and doesn't affect output raster image anyhow. However you can set output raster file sizes from code. Please specify if customizing output raster file sizes is enough or you need to save a part of imported drawing.
Alexander.
Re: CADImporterDLL-dwg to bmp
Posted: 20 Dec 2011, 19:27
by dorozedonya
Hello,
I need to save a part of imported drawing as a "bmp" file. I would be very appreciated if you could help me.
best regards,
dorozedonya
Re: CADImporterDLL-dwg to bmp
Posted: 21 Dec 2011, 11:52
by support
Hello.
ABViewer provides required functionality:
http://www.cadsofttools.com/download/abviewer.zip
ABViewer is the standalone application that licensed to users. Please send request to
support@cadsofttools.com if you need a developer library. In this case we need to know your programming environment.
Alexander.
Re: CADImporterDLL-dwg to bmp
Posted: 23 Dec 2011, 13:02
by dorozedonya
Hello,
is there any function in CADImporterDLL that I can customize output raster file sizes and save the file as a bmp file.
I have a developer license for CADImporterDLL and my programming environment c/c++.
best regards,
dorozedonya
Re: CADImporterDLL-dwg to bmp
Posted: 23 Dec 2011, 16:05
by support
Hello.
CAD Importer DLL provides export functionality starts from version 8. The sizes of output raster file can be customized. However a part of imported image can't be exported with library functions.
Alexander.
Re: CADImporterDLL-dwg to bmp
Posted: 23 Dec 2011, 17:37
by dorozedonya
Hello,
I have the 8.0.0.6 version of the DLL. Could you tell me which function can I use to save the file as a bmp file ?
dorozedonya
Re: CADImporterDLL-dwg to bmp
Posted: 23 Dec 2011, 18:39
by support
Hello.
CAD Importer DLL 8 provides SaveCADtoFileWithXMLParams export function. However this function can be inactive within library build 8.0.0.6. Please send request to
info@cadsofttools.com If function call unsuccessful.
Alexander.