embed DWG files in web site

1.1k Views Asked by At

I have been searching for this.

looked at this question, but looks like volo3 is discontinued, so I downloaded the DWG trueView.

then in a jsp file I have:

<EMBED SRC="randomDwg.dwg" WIDTH=800 HEIGHT=500>

in both firefox and IE keedp showing plugin required

how can I embed a dwg file in a web page just like PDF files? (doesn't matter if a plugin is required)

1

There are 1 best solutions below

1
On

Since just about everyone has PDF why not convert the dwg to pdf. Since pdf is vector you shouldn't lose any resolution and should still be able to zoom in. http://anydwg.com/dwg2pdf/ might do it for you.