Hi.
In docs there is noted that PDF report may be regular or annotated but I can not understand how to make report annotated by command line. Please help.
wbr, zhus.
			
			
									
						
										
						Annotated report with CLI
Re: Annotated report with CLI
Annotated reports are "normal" reports created with a different report template.  In the CLI you can pass the report template on the command line or in the config xml.  The command line option is:
In the config xml it's:
Setting either one of these to the annotated report path should get you what you need.
There are 2 annotated report shipped with server, in the Resources folder in the installation (on Mac that's inside the application bundle).
			
			
									
						
										
						Code: Select all
-reportPDFTmpl <filename or full path to a report template>
        Location and name of the report template to use for creating 
        the report, overruling the 'config' location (if present)
Code: Select all
<xs:element name="ReportTemplatePath" type="cf:type_PathType"
    maxOccurs="1" minOccurs="0">
 <xs:annotation>
  <xs:documentation>
   Path to a PitStop report template: if no template is specified the
   regular Enfocus report template is used.
  </xs:documentation>
 </xs:annotation>
</xs:element>
There are 2 annotated report shipped with server, in the Resources folder in the installation (on Mac that's inside the application bundle).