=============================================================================== 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 =============================================================================== Add content to \src\com\ptc\windchill\enterprise\wvs\WVSactionsResource.rbInfo append with: repsave.REPSAVEAS.title.value=Download PDF or PLT repsave.REPSAVEAS.icon.value=download.gif repsave.REPSAVEAS.tooltip.value=Download PDF or PLT repsave.REPSAVEAS.description.value=Download PDF or PLT repsave.REPSAVEAS.moreurlinfo.value=height=400,width=700 Then from windchill shell: ResourceBuild com.ptc.windchill.enterprise.wvs.WVSactionsResource =============================================================================== 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 PDF or PLT or just insert below content if you have existing content in your custom-actions.xml Download 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: java ext.dlRep_main java ext.dlRep_main C:\TEMP % pdf % to run all epmdoc drw's ===============================================================================