=============================================================================== create folder "repsave" in folder: \codebase\wtcore\jsp \codebase\wtcore\jsp\repsave then copy REPSAVEAS.jsp to that "repsave" folder: \codebase\wtcore\jsp\repsave\REPSAVEAS.jsp JSP contains 2 strings that are configurable: dlLoc = "URL"; String conType = "pdf"; URL (for dlLoc) can be changed to server side folder or shared folder, accessible by user & their client machines. pdf or plt can be set as value for String conType, depending on whether your firm publishes DRW to PDF or default HPGL/PLT. =============================================================================== Add content to \src\com\ptc\windchill\enterprise\wvs\WVSactionsResource.rbInfo append with: repsave.REPSAVEAS.title.value=Download DRW PDF or PLT repsave.REPSAVEAS.icon.value=download.gif repsave.REPSAVEAS.tooltip.value=Download DRW PDF or PLT repsave.REPSAVEAS.description.value=Download DRW PDF or PLT repsave.REPSAVEAS.moreurlinfo.value=height=400,width=700, scrollbars=yes Then from windchill shell: ResourceBuild com.ptc.windchill.enterprise.wvs.WVSactionsResource ------------------------------------------------------------------------------- create "repsave" folder in: \codebase\com\ptc\windchill\enterprise then create another "repsave" folder in the src area: \src\com\ptc\windchill\enterprise\ then place a customRB.rbInfo in the repsave folder (\src\com\ptc\windchill\enterprise\repsave) the contents of the customRB.rbInfo file should be: \src\com\ptc\windchill\enterprise\repsave\customRB.rbInfo ResourceInfo.class=wt.tools.resource.StringResourceInfo ResourceInfo.customizable=true ResourceInfo.deprecated=false repsave.REPSAVEAS.title.value=Download DRW PDF or PLT repsave.REPSAVEAS.icon.value=download.gif repsave.REPSAVEAS.tooltip.value=Download DRW PDF or PLT repsave.REPSAVEAS.description.value=Download DRW PDF or PLT repsave.REPSAVEAS.moreurlinfo.value=height=400,width=700, scrollbars=yes ResourceBuild com.ptc.windchill.enterprise.repsave.customRB =============================================================================== Copy Content below & paste to: \codebase\config\actions\custom-actionModels.xml Or just insert if you already use: I placed below "Save As", But it can be placed where yo find appropriate. =============================================================================== Copy Content below & paste to: \codebase\config\actions\custom-actions.xml Download DRW PDF or PLT or just insert below content if you have existing content in your custom-actions.xml Download PDF or PLT ------------------------------------------------------------------------------- com.ptc.windchill.enterprise.repsave.customRB Download DRW PDF or PLT =============================================================================== copy java & classes: dlRep_main.java, dlRep_main.class, dlRep.java, dlRep.class to: \codebase\ext dlRep is for actions jsp dlRep_main is for command line command line from windchill shell is: java ext.dlRep_main java ext.dlRep_main C:\TEMP % pdf % to run all epmdoc drw's ===============================================================================