<RenderPDF></RenderPDF>
|
Enables or disables the use of Adlib-based
PDF generation. The default value is false.
|
true or false
|
<AdlibJobManagementServiceMachineName></AdlibJobManagementServiceMachineName>
|
Specifies the name of the Adlib host server
in the
PDFRenderingConfig.properties file.
|
Valid Hostname or IP address
|
<AdlibPdfVersion></AdlibPdfVersion>
|
Specifies the version of Adlib installed on
the server in the
PDFRenderingConfig.properties file. For
example,<AdlibPdfVersion>5.4</AdlibPdfVersion> .
|
Adlib version number with a single decimal
point
|
<MachineId></MachineId>
|
Specifies the MachineId of the server where the Adlib PDF
Enterprise software is installed. If you do not set this value, it is
defined as all zeroes, which means the system will generate this value
and it can change the time the web service is restarted. We recommend
that you generate a globally unique identifier (GUID) to use as the
machine ID to ensure that a new machine ID is not generated each time
the server is restarted. |
Machine ID or GUID
|
<AdlibServiceLocation></AdlibServiceLocation>
|
Specifies the URL where the Adlib service is
self-hosted in the
PDFRenderingConfig.properties file. For example:
http://${ADLIB_JOB_MANAGEMENT_SERVICE_MACHINE}:51051/Adlib/JobManagementService/JobManagementService.svc
If you installed the IIS web server for Adlib, you do not need
to change this value.
|
Valid URL
|
<InputDirectory></InputDirectory>
|
Specifies the share drive directory location referenced by the 3DSpace server where the input files will be checked out to in the
PDFRenderingConfig.properties file. For example:
/Adlib/FolderConnector/AAIInput
Specify the path from root for Linux servers.
|
Valid directory path
|
<OutputDirectory></OutputDirectory>
|
Specifies the share drive directory location referenced by the 3DSpace server where the input files will be checked in from, in the
PDFRenderingConfig.properties file. For example:
/Adlib/FolderConnector/AAIOutput
Specify the path from root for Linux servers.
|
Valid directory path
|
<GenerateJobTicket></GenerateJobTicket> |
Specifies if a job ticket is generated. |
true or false |
<TransformationWorkspaceId></TransformationWorkspaceId>
|
Specifies the GUID of the Adlib server. It is
stored as the value of
TransformationWorkspaceId on the Adlib server.
|
Machine ID or GUID
|
<ComponentVersion></ComponentVersion> |
Specifies the component version. |
Valid component version |
<RemoteInputDirectory></RemoteInputDirectory>
|
Specifies the share drive directory location referenced by the Adlib
Windows server to find the input files processed into PDF, in the
PDFRenderingConfig.properties file. This can be
either a UNC path or a Windows path if a drive letter is allocated to
the share drive. For example,
P:\FolderConnector\AAIInput
|
Valid directory path
|
<RemoteOutputDirectory></RemoteOutputDirectory>
|
Specifies the share drive directory location referenced by the Adlib
Windows server to place the output files processed into PDF, in the
PDFRenderingConfig.properties file. This can be
either a UNC path or a Windows path if a drive letter has been allocated
to the share drive. For example,
P:\FolderConnector\AAIOutput
|
Valid directory path
|
<ConsoleUsername></ConsoleUsername>
|
Specifies the username used to log in to the
Adlib Management Console in the
PDFRenderingConfig.properties file.
|
Valid username
|
<ConsolePassword></ConsolePassword>
|
Specifies the password for the username used
to log in to the Adlib Management Console in the
PDFRenderingConfig.properties file.
|
Valid password
|
<TOCPageLocation></TOCPageLocation> |
Specifies the location of the Table of
Contents in the rendered PDF file. |
Start or End or blank |
<ApproversPageLocation></ApproversPageLocation> |
Specifies the location of the
Approvers table in the rendered PDF file. |
Start or End or blank |
<QRCodeLocation></QRCodeLocation> |
Specifies the location of the QR code in the rendered
PDF file. |
Start or End or blank |
<RenditionMode>individual</RenditionMode> |
When RenditionMode is
consolidated , a single consolidated PDF of all
files in a controlled document are generated. The file sequence in the
consolidated PDF is based on their sequence number, and you cannot
selectively choose the files to consolidate. If set to
consolidated , then
and
actions are available on the Files page to change the file sequence. In
consolidated mode, when the controlled document is promoted to Approved,
the latest version of the native files are not replaced by the PDF file,
since only a single PDF file is generated for all files. When
RenditionMode is set to
individual , a separate PDF file is generated for each
file in the controlled document. Default is
individual . |
individual or consolidated |
<ActivationMode>automatic</ActivationMode> |
When ActivationMode is
manual , you can generate uncontrolled PDFs at any
time using the Generate PDF action on the controlled document Properties
page or Files page. A confirmation is sent when the PDF is complete.
When this mode is manual, the automatic PDF generation is turned off.
When ActivationMode is set to automatic, the Generate
PDF action is not available. For each file checked in, a corresponding
PDF of that file is automatically generated and checked in to the
controlled document. Default is automatic . |
manual or automatic |
<ControlledPrintRenditionMode>individual
</ControlledPrintRenditionMode> |
When ControlledPrintRenditionMode is
consolidated , the controlled print PDF, which is
manual, is generated in a consolidated form. When
ControlledPrintRenditionMode is set to individual,
the individual controlled prints are generated for each file. You can
select the files for which the controlled prints are generated in
individual mode. Default is individual . |
individual or consolidated |