views:

80

answers:

2

I am building a back-end management application for an architect company, and they work with DWG files.

I am looking for a library that can convert DWG into any image format, preferably in PHP, but I am open to finding a work around in another language and connecting to what I've built so far.

A: 

The "convert" utility, part of the ImageMagick suite, can convert between many different image types (I'm not sure about DWG specifically).

dreeves
Nope, IM can't do it.
Pekka
+1  A: 

Check out VectorSection

HitByLightning