Sample Configuration Steps for Creating a Document Coversheet
To configure the Adobe Experience Manager with WVS to create a PDF document coversheet, perform the following steps:
1. Use the custom.site.xconf to set the below properties in the wvs.properties file.
Set the Adobe Experience Manager information:
<Property default=" http\://adobelc-host\:8080/soap/services/AssemblerService "
name="edrload.livecycle.assembler.serviceurl"/>
<Property default="$(edrload.livecycle.assembler.serviceurl)?WSDL&amp;
lc_version=9.0.0" name="edrload.livecycle.assembler.wsdlurl"/>
<Property default="PRODUCTVIEW R&amp;D" name="edrload.livecycle.
assembler.credentialalias"/>
<Property default="$(wt.home)$(wvs.dir.sep)livecycleauth.properties"
name="edrload.livecycle.authfile"/>
* 
Use the fourth property above in Step #3.
Set the Adobe Experience Manager Delegate and its method for the document coversheet:
<Property name="edrload.livecycle.delegate"
default="com.ptc.coversheet.wvs.LiveCycleDelegate/getLiveCycleInvocationParams" />
Republish the document upon change
<Property default="true" name="publish.republishondocumentchange"/>
2. Add the following properties in <Windchill>\codebase\WEB-INF\conf\wvs.properties:
<Property default="OFFICE" name="worker..DOC">
<Property default="OFFICE" name="worker..PDF">
<Property default="OFFICE" name="worker..PPT">
<Property default="OFFICE" name="worker..XLS">
<Property default="OFFICE" name="worker..DOCX">
<Property default="OFFICE" name="worker..PPTX">
<Property default="OFFICE" name="worker..XLSX">
3. Create the livecycleauth.properties file (shown in Step #1) in the WT_HOME directory, adding the line below. This is the username and password for authenticating to the Adobe Experience Manager.
auth=<livecycle_username>:<livecycle_password>
4. Configure the OFFICE worker. See the Creo View MCAD Adapters Installation and Configuration Guide for worker configuration guidelines.
5. After setting the property, apply the changes using the Code and Configuration Deployment (CCD) utility. For more information, see CCD Package Structure.
The following figure provides a conceptual illustration of the interaction between the Experience Manager Delegate and the Worker.
* 
For additional information about WVS and the Adobe Experience Manager, consult the Windchill Visualization Services Guide, available at PTC’s Reference Documents website.
¿Fue esto útil?