Mike Y
2010-10-27, 12:52 AM
For Autocad 2009, we used the procedure outline below to force Autocad to publish dwf to Vault (when Checking In) using the page layout and CTB file currently assigned to the layout. In Autocad/Vault 2011, the referenced file (Publish Options.xml) does not seem to be present. Altering this file per below allowed us to create black and white dwf's based on the layout CTB no matter what colors we were using for the Acad dwg - which, in turn allowed folks who were non-cad users to view readable dwf''s in Autodesk Design Review.
How to Assign Page Layout to ACAD dwgs so DWF published correctly
SOLUTION:
In local xml document:
Publish Options.xml
located here:
C:/Documents and Settings/(Your Name)/Application Data/Autodesk/Vault Common/Publish Options.xml
-make a back up file in case you mess up
-remove "read only" property
-find the following portion:
- <Category xsi:type="ACADCommonPublishOption" ID="DwfOptions.AutoCAD.Common" xmlns="">
<IncludeLayerInfo>false</IncludeLayerInfo>
<LogFilePath />
<PlotStampOn>false</PlotStampOn>
<InitializeLayouts>true</InitializeLayouts>
<VisualizationType>DWF</VisualizationType>
<UsePageSettingsFromUserDwg>false</UsePageSettingsFromUserDwg>
</Category>
-change the line
<UsePageSettingsFromUserDwg>false</UsePageSettingsFromUserDwg>
to:
<UsePageSettingsFromUserDwg>true</UsePageSettingsFromUserDwg>
(Change "false" to "true")
-save
-restore "read only" property
-remove backup file
*****************************
Does anyone know where Publish Options.xml lives in the 2011 world, or an alternate workaround?
Thanks!
Mike
How to Assign Page Layout to ACAD dwgs so DWF published correctly
SOLUTION:
In local xml document:
Publish Options.xml
located here:
C:/Documents and Settings/(Your Name)/Application Data/Autodesk/Vault Common/Publish Options.xml
-make a back up file in case you mess up
-remove "read only" property
-find the following portion:
- <Category xsi:type="ACADCommonPublishOption" ID="DwfOptions.AutoCAD.Common" xmlns="">
<IncludeLayerInfo>false</IncludeLayerInfo>
<LogFilePath />
<PlotStampOn>false</PlotStampOn>
<InitializeLayouts>true</InitializeLayouts>
<VisualizationType>DWF</VisualizationType>
<UsePageSettingsFromUserDwg>false</UsePageSettingsFromUserDwg>
</Category>
-change the line
<UsePageSettingsFromUserDwg>false</UsePageSettingsFromUserDwg>
to:
<UsePageSettingsFromUserDwg>true</UsePageSettingsFromUserDwg>
(Change "false" to "true")
-save
-restore "read only" property
-remove backup file
*****************************
Does anyone know where Publish Options.xml lives in the 2011 world, or an alternate workaround?
Thanks!
Mike