| Author |
Message |
bhaffey
Guest
|
Posted:
Wed Jan 12, 2005 10:34 pm Post subject:
DWG Properties in HTML |
|
|
Does anyone know how to display the DWGPROP in an HTML file/
|
|
| Back to top |
|
 |
Huw
Guest
|
Posted:
Thu Jan 13, 2005 5:33 am Post subject:
Re: DWG Properties in HTML |
|
|
I think AutoCAD passes DWGPROPS through to Windows. You could look into accessing that info from the Windows command line (I have no idea if that's possible), piping the output to a text file (I believe that would be possible), and converting that to HTML (I know there are lots of routines to do that).
bhaffey wrote:
> Does anyone know how to display the DWGPROP in an HTML file/ |
|
| Back to top |
|
 |
bhaffey
Guest
|
Posted:
Thu Jan 13, 2005 7:40 am Post subject:
Re: DWG Properties in HTML |
|
|
I wish the DWGPROP was accessible via windows. In fact I've found that displaying the properties via a right click on the .dwg will only yield results if AutoCAD installed. I'm sure dwgprop do not follow the standard document properties established by MS.
|
|
| Back to top |
|
 |
Tracy W. Lincoln
Guest
|
Posted:
Thu Jan 13, 2005 8:22 am Post subject:
Re: DWG Properties in HTML |
|
|
The information in DWGPROPS is accessable/searchable via AutoCAD's
DesignCenter... Kind of weird seeing two Summary tabs.
--
Tracy W. Lincoln - TLConsulting
http://TLConsulting.blogspot.com/
Consulting, Design & Training Specialist
Autodesk Discussion Group Facilitator
"bhaffey" <nospam@address.withheld> wrote in message
news:23943655.1105584087130.JavaMail.jive@jiveforum2.autodesk.com...
| Quote: | I wish the DWGPROP was accessible via windows. In fact I've found that
displaying the properties via a right click on the .dwg will only yield
results if AutoCAD installed. I'm sure dwgprop do not follow the standard
document properties established by MS. |
|
|
| Back to top |
|
 |
bhaffey
Guest
|
Posted:
Wed Jan 26, 2005 7:25 pm Post subject:
Re: DWG Properties in HTML |
|
|
The big problem with searching and displaying the DWGPROP in Design center is that it requires AutoCAD.
The image rendered and delivered in a web format, DWF/html is a much better way to communicate drawing information. |
|
| Back to top |
|
 |
Terry W. Dotson
Guest
|
Posted:
Thu Jan 27, 2005 6:59 pm Post subject:
Re: DWG Properties in HTML |
|
|
bhaffey wrote:
| Quote: | The big problem with searching and displaying the DWGPROP in Design
center is that it requires AutoCAD. The image rendered and delivered
in a web format, DWF/html is a much better way to communicate drawing
information.
|
Take a look at http://www.dotsoft.com/dwgbrowser.htm.
Terry |
|
| Back to top |
|
 |
|
|
|
|