Community
DWF
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Create dwf's from multiple drawings

4 REPLIES 4
Reply
Message 1 of 5
Anonymous
242 Views, 4 Replies

Create dwf's from multiple drawings

I want to create dwf's from all of our details. Since there are hundreds of
details I do not want to open each one to create the dwf file. What is the
best program to do this? I am using Land Desktop 4

Thanks,
Jason Stevens
4 REPLIES 4
Message 2 of 5
Anonymous
in reply to: Anonymous

A fast way:

1) Generate a list of files in a text document.

2) Use VBA to read the file.

3) now...

Do While Not EOF(#)

open the drawing here then
do your plot set up (if any) here then

ThisDrawing.Plot.PlotToFile(yourDWFLocation, yourPlotConfig)

now close the drawing

Loop

Does this help,
Rick
Message 3 of 5
Anonymous
in reply to: Anonymous

BATCHPLOT utility, free with AutoCAD.

--
Dean Saadallah
Add-on products for LT
http://www.pendean.com/lt
--
Message 4 of 5
Anonymous
in reply to: Anonymous

We use AutoM8 from www.m8tools.com for exactly this. One nice thing - it
gives the same name to the dwf as the dwg has - no appending -model to the
name. It also allows you to run pre-commands on each file when it opens - in
our case, we have it zoom extents before creating the dwf files.

You can download an eval version, and the retail price is extremely
affordable.

Highly recommended!

John

"Jason Stevens" wrote in message
news:80E5E3DED51AE568331FEC34D1B18F1E@in.WebX.maYIadrTaRb...
> I want to create dwf's from all of our details. Since there are hundreds
of
> details I do not want to open each one to create the dwf file. What is
the
> best program to do this? I am using Land Desktop 4
>
> Thanks,
> Jason Stevens
>
>
Message 5 of 5
Anonymous
in reply to: Anonymous

You can also use the new PUBLISH command in AutoCAD 2004 for this. Rather
than selecting the "Multi-sheet DWF file" option, select the "Plotters named
in page setups" option. This will allow you to create a bunch of single
sheet DWF files. You'll need to define the page setup in the "Page Setup"
column. I normally do this by making an empty template DWG file that has
all the standard page setups I use and then just reference that special
empty template DWG.

--
-Brian Mathews
Autodesk, Inc.
brian.mathews@autodesk.com


"Jason Stevens" wrote in message
news:80E5E3DED51AE568331FEC34D1B18F1E@in.WebX.maYIadrTaRb...
> I want to create dwf's from all of our details. Since there are hundreds
of
> details I do not want to open each one to create the dwf file. What is
the
> best program to do this? I am using Land Desktop 4
>
> Thanks,
> Jason Stevens
>
>

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

”Boost

 

”Tips

 

”Services