speedata / publisher

speedata Publisher - a professional database Publishing system
https://www.speedata.de/
GNU Affero General Public License v3.0
296 stars 36 forks source link

atribute `linkcolor` in `<PDFOptions>` #387

Closed pr-apes closed 2 years ago

pr-apes commented 2 years ago

@pgundlach,

consider the following sample:

<Layout
    xmlns="urn:speedata.de:2009/publisher/en"
    xmlns:sd="urn:speedata:2009/publisher/functions/en">
<PDFOptions showhyperlinks ="yes"/>

<Record element="data">
<Output>
<Text>
    <Paragraph>
      <Value>Address: </Value>
      <A href="https://speedata.de/publisher/"><URL><Value>https://doc.speedata.de/publisher/</Value></URL></A>
    </Paragraph>
</Text>
</Output>
</Record>
</Layout>

After your fix, it gives:

linkborder

With some interactive documents it would be handy to be able to specify linkcolor.

Otherwise, it can be considered a text frame with no interaction.

Many thanks for your help.

pr-apes commented 2 years ago

Closing the issue now (not a feature until just before production)