links
Contained By
| Business Service Element | Business Service Request |
|---|---|
| IPLinkSetter |
<request name="resolve-links"> |
| PDFFile |
<request name="set-initial-links"> |
Contains
| Business Service XML Element |
|---|
| linkset |
Business Service XML Element
| Business Service Element | Name | Description | Value Type | Req (Y/N) | Valid Value(s) | Default Value | Direction |
|---|---|---|---|---|---|---|---|
| IPLinkSetter | links | Load links from the job ticket. | xml | N | in | ||
| PDFFile | links | The list of links to be created in the PDF rendition. | xml | Y | in |
IPLinkSetter Example
<links type="xml">
<linkset>
<link>
<destination-path>AAA</destination-path>
<pagenumber>123</pagenumber>
<linktext>BBB</linktext>
<linkGUID>CCC</linkGUID>
<inmargin>123.00</inmargin>
<override-style>True</override-style>
<style-name>XXX</style-name>
<colour>DDD</colour>
<border>EEE</border>
<line-style>FFF</line-style>
<line-thickness>GGG</line-thickness>
<background>HHH</background>
<remote-window>III</remote-window>
<font>JJJ</font>
<font-size>123.00</font-size>
</link>
...
</linkset>
</links>
PDFFile Example
<links type="xml">
<linknode>
<link bottom="43140120" left="7935361" right="14330954" top="44146820">
<source-page type="integer">1</source-page>
<linkGUID linkid="16280">a9e40928da466fee9e6bc6dfee78d8e0f</linkGUID>
</link>
</linknode>
</links>