Page 1 of 1

dxf image file

Posted: Wed Sep 10, 2008 1:02 am
by darths
I hope this isn't a dumb question - don't see it answered anywhere:

is it possible to obtain an image file (jpeg or something) from a dxf file using dxflib?

Thanks!

Posted: Wed Sep 10, 2008 8:10 am
by andrew
No, dxflib is only a parser for the DXF format. It passes all the information that is read from a DXF file on to the caller. It does not store that information nor does it do anything with it (this is up to the application that uses dxflib).