CADImporterDLL-dwg to bmp

Discuss and ask questions about CAD DLL (CAD Image DLL, CAD Importer DLL).

Moderators: SDS, support, admin

Post Reply
dorozedonya
Posts: 5
Joined: 16 Dec 2011, 19:15

CADImporterDLL-dwg to bmp

Post by dorozedonya » 16 Dec 2011, 20:30

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

support
Posts: 3253
Joined: 30 Mar 2005, 11:36
Contact:

Re: CADImporterDLL-dwg to bmp

Post by support » 19 Dec 2011, 10:51

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.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

dorozedonya
Posts: 5
Joined: 16 Dec 2011, 19:15

Re: CADImporterDLL-dwg to bmp

Post by dorozedonya » 19 Dec 2011, 21:31

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

support
Posts: 3253
Joined: 30 Mar 2005, 11:36
Contact:

Re: CADImporterDLL-dwg to bmp

Post by support » 20 Dec 2011, 13:26

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.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

dorozedonya
Posts: 5
Joined: 16 Dec 2011, 19:15

Re: CADImporterDLL-dwg to bmp

Post by dorozedonya » 20 Dec 2011, 19:27

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

support
Posts: 3253
Joined: 30 Mar 2005, 11:36
Contact:

Re: CADImporterDLL-dwg to bmp

Post by support » 21 Dec 2011, 11:52

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.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

dorozedonya
Posts: 5
Joined: 16 Dec 2011, 19:15

Re: CADImporterDLL-dwg to bmp

Post by dorozedonya » 23 Dec 2011, 13:02

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

support
Posts: 3253
Joined: 30 Mar 2005, 11:36
Contact:

Re: CADImporterDLL-dwg to bmp

Post by support » 23 Dec 2011, 16:05

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.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

dorozedonya
Posts: 5
Joined: 16 Dec 2011, 19:15

Re: CADImporterDLL-dwg to bmp

Post by dorozedonya » 23 Dec 2011, 17:37

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

support
Posts: 3253
Joined: 30 Mar 2005, 11:36
Contact:

Re: CADImporterDLL-dwg to bmp

Post by support » 23 Dec 2011, 18:39

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.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

Post Reply