There are plenty of DXF->SVG conversion tools: https://www.dxfconverter.org/
Surely you won't have much trouble rendering the SVG in your app and retain full vector resolution if you need to, but it could be slow to render. You might also want consider rendering the DXF as a bitmap at your top device resolution, and just placing it in your app (if you set a maximum zoom to match 1:1 device resolution with the bitmap resolution, there shouldn't be much difference either way). On Thu, Jul 26, 2018 at 12:45 PM, Ale <alejandrooliva....@gmail.com> wrote: > Hi, > > I need to show a DXF file in an Adobe AIR application. What I have seen is > that I will probably have to convert it to a suitable file type such as FXG > for Flex. I wonder if there is any library or something to make this > conversion. > > It would be fine any other ideas instead of libraries for conversion having > in mind that what I need is to show the content of DXF file into my > application. > > Thanks, > > Ale > > > > -- > Sent from: http://apache-flex-users.2333346.n4.nabble.com/ >