Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

dwg to dwf via script/asp

Status
Not open for further replies.

gneissic

Technical User
May 31, 2001
1
GB
Hello

I want to be able to automatically create a dwf copy of a dwg file whenever a file is uploaded to an ftp server. Is there a script that can be used to accomplish this.

The only way that I have found so far is to write a vb app to open up autcad via automation, but it is VERY slow.

thanks

john
 
The slow part is probably the loading of AutoCAD.

I was doing something similar, and I ended up leaving AutoCAD open, and just loading the drawing & processing it.

If this is any help, let me know & I'll look out the code

Nick
nick.hall@altasystems.co.uk
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top