<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Formatting Hyperlinks for PDF Layout Export in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/formatting-hyperlinks-for-pdf-layout-export/m-p/1136844#M50498</link>
    <description>&lt;P&gt;did you succeed putting clickable link in a layout? i am also trying and it doesn't seem to work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;also, i don't see there is any &amp;lt;url&amp;gt; tag in dynamic texts&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jan 2022 13:09:05 GMT</pubDate>
    <dc:creator>veredshasho</dc:creator>
    <dc:date>2022-01-25T13:09:05Z</dc:date>
    <item>
      <title>Formatting Hyperlinks for PDF Layout Export</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/formatting-hyperlinks-for-pdf-layout-export/m-p/1026315#M37327</link>
      <description>&lt;P&gt;Hey folks, I'm having a bit of trouble figuring out how to format a clickable link in a map layout that is exported to PDF. I have a Dynamic Text field that is creating the link I need based on a base URL plus some text from a data field. The expression is as follows:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;var RSSLink = 'https://subtelforum.com/?s=' + UrlEncode($feature.SystemName);
IIf($feature.SystemName != 'NULL', RSSLink, 'Not Available')&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;This correctly returns the URL I would like to have. (example: &lt;A href="https://subtelforum.com?s=GTT%20Express" target="_blank"&gt;https://subtelforum.com?s=GTT%20Express&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;Further, setting the &amp;lt;url&amp;gt; tag before the dynamic element in the text properties makes this URL clickable on PDF export like so:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="DynTextUrl.png" style="width: 799px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/5915iEA17A51E3AB86973/image-size/large?v=v2&amp;amp;px=999" role="button" title="DynTextUrl.png" alt="DynTextUrl.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So far so good!&lt;/P&gt;&lt;P&gt;However, what I would like to do is to change the display of this clickable URL to read something like "Click here to read more" instead of the text of the URL itself. Like so:&amp;nbsp;&lt;A href="https://subtelforum.com/?s=GTT%20Express" target="_blank" rel="noopener"&gt;Click here to read more&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2021 15:48:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/formatting-hyperlinks-for-pdf-layout-export/m-p/1026315#M37327</guid>
      <dc:creator>KieranClark</dc:creator>
      <dc:date>2021-02-12T15:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting Hyperlinks for PDF Layout Export</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/formatting-hyperlinks-for-pdf-layout-export/m-p/1026325#M37329</link>
      <description>&lt;P&gt;Try this &amp;lt;url href="&lt;A href="https://subtelforum.com/?s=GTT%20Express" target="_blank" rel="nofollow noopener noreferrer"&gt;https://subtelforum.com?s=GTT%20Express"&lt;/A&gt;&amp;gt;Click here to read more&amp;lt;/url&amp;gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2021 16:00:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/formatting-hyperlinks-for-pdf-layout-export/m-p/1026325#M37329</guid>
      <dc:creator>MatthewDriscoll</dc:creator>
      <dc:date>2021-02-12T16:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting Hyperlinks for PDF Layout Export</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/formatting-hyperlinks-for-pdf-layout-export/m-p/1026336#M37331</link>
      <description>&lt;P&gt;Hm, this didn't seem to work.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="DynURLTest.png" style="width: 796px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/5918i18ABF8F2197302CF/image-size/large?v=v2&amp;amp;px=999" role="button" title="DynURLTest.png" alt="DynURLTest.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I should have probably clarified, the reason I need the expression to pull the URL together in the first place is because this needs to be a dynamic element in a map series.&lt;/P&gt;&lt;P&gt;I have also figured out a simpler way to get the URL I need by changing my Dynamic Text expression to the following:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;'https://subtelforum.com/?s=' + UrlEncode($feature.SystemName);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2021 16:25:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/formatting-hyperlinks-for-pdf-layout-export/m-p/1026336#M37331</guid>
      <dc:creator>KieranClark</dc:creator>
      <dc:date>2021-02-12T16:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting Hyperlinks for PDF Layout Export</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/formatting-hyperlinks-for-pdf-layout-export/m-p/1026346#M37333</link>
      <description>&lt;P&gt;Just tested it and I am not having any luck either...&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2021 16:50:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/formatting-hyperlinks-for-pdf-layout-export/m-p/1026346#M37333</guid>
      <dc:creator>MatthewDriscoll</dc:creator>
      <dc:date>2021-02-12T16:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting Hyperlinks for PDF Layout Export</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/formatting-hyperlinks-for-pdf-layout-export/m-p/1095262#M45177</link>
      <description>&lt;P&gt;With this solution you'll see the full URL in the PDF, isn't it?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to hide the URL and show a label instead? Something like Matthew suggested? Has anyone a working solution for that?&lt;/P&gt;&lt;P&gt;I found that the URL is only clickable if the label is fully visible. It seems the PDF reader interpretes/recognizes the link and let the user navigate to that URL. ArcGIS Pro doesn't really support clickable links in its Layouts. Am I right?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Sep 2021 11:38:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/formatting-hyperlinks-for-pdf-layout-export/m-p/1095262#M45177</guid>
      <dc:creator>FeikeKramer2</dc:creator>
      <dc:date>2021-09-03T11:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting Hyperlinks for PDF Layout Export</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/formatting-hyperlinks-for-pdf-layout-export/m-p/1136844#M50498</link>
      <description>&lt;P&gt;did you succeed putting clickable link in a layout? i am also trying and it doesn't seem to work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;also, i don't see there is any &amp;lt;url&amp;gt; tag in dynamic texts&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 13:09:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/formatting-hyperlinks-for-pdf-layout-export/m-p/1136844#M50498</guid>
      <dc:creator>veredshasho</dc:creator>
      <dc:date>2022-01-25T13:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting Hyperlinks for PDF Layout Export</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/formatting-hyperlinks-for-pdf-layout-export/m-p/1137052#M50533</link>
      <description>&lt;P&gt;No, I ended up with using a Python script and a 3rd party Python PDF library (pdfrw / pdf-annotate) to put all the links in the PDF.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 19:34:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/formatting-hyperlinks-for-pdf-layout-export/m-p/1137052#M50533</guid>
      <dc:creator>FeikeKramer2</dc:creator>
      <dc:date>2022-01-25T19:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting Hyperlinks for PDF Layout Export</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/formatting-hyperlinks-for-pdf-layout-export/m-p/1139162#M50786</link>
      <description>&lt;P&gt;my workaround for this was to set the text color to 'no color' (transparent) and place that element over a stylized text box. You can't see the text but they can still click it and the button looks like a hyperlink.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jan 2022 22:12:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/formatting-hyperlinks-for-pdf-layout-export/m-p/1139162#M50786</guid>
      <dc:creator>DanielMyers</dc:creator>
      <dc:date>2022-01-31T22:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting Hyperlinks for PDF Layout Export</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/formatting-hyperlinks-for-pdf-layout-export/m-p/1139773#M50855</link>
      <description>&lt;P&gt;This is&amp;nbsp; something I have been pondering for some time. We produce a lot of reports that we need to refer to other reporting. I tried the &amp;lt;url&amp;gt; &amp;lt;/url&amp;gt; and that worked for me. I also tried the &amp;lt;url href=""&amp;gt;&amp;lt;/url&amp;gt; version as well with limited success. The latter version would work once with subsequent tries reducing the text box to nothing. The problem I am finding now is if my text is edited, for example in Adobe, then the link box is not in the correct place or deleted. I have not found the dynamic text bit mentioned above. It would be a good idea if we could have the ability to insert a link, similar to what we have in this text box or in storymaps, for example.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Feb 2022 12:44:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/formatting-hyperlinks-for-pdf-layout-export/m-p/1139773#M50855</guid>
      <dc:creator>stevebrooks1</dc:creator>
      <dc:date>2022-02-02T12:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting Hyperlinks for PDF Layout Export</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/formatting-hyperlinks-for-pdf-layout-export/m-p/1191283#M57124</link>
      <description>&lt;P&gt;Hi folks. Am curious whether there are any updates on this topic as I'm also running into the same issue. If not I found an &lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/improved-url-text-formatting-in-layouts/idi-p/1162136" target="_self"&gt;ideas post&lt;/A&gt;&amp;nbsp;for those who are interested to upvote.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2022 16:19:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/formatting-hyperlinks-for-pdf-layout-export/m-p/1191283#M57124</guid>
      <dc:creator>ArielLow2146</dc:creator>
      <dc:date>2022-07-11T16:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting Hyperlinks for PDF Layout Export</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/formatting-hyperlinks-for-pdf-layout-export/m-p/1278241#M67926</link>
      <description>&lt;P&gt;Thank you so much for that suggestion. Thank you for finding this workaround. This solved a lot of problems for us.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 13:45:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/formatting-hyperlinks-for-pdf-layout-export/m-p/1278241#M67926</guid>
      <dc:creator>NourSalam</dc:creator>
      <dc:date>2023-04-13T13:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting Hyperlinks for PDF Layout Export</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/formatting-hyperlinks-for-pdf-layout-export/m-p/1480236#M83930</link>
      <description>&lt;P&gt;Look like this issue has been resolved with the release of ArcPro 3.3.0: &lt;A href="https://mediaspace.esri.com/media/t/1_v5j4ndpm" target="_blank"&gt;https://mediaspace.esri.com/media/t/1_v5j4ndpm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2024 14:55:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/formatting-hyperlinks-for-pdf-layout-export/m-p/1480236#M83930</guid>
      <dc:creator>EmmaCurran18</dc:creator>
      <dc:date>2024-05-29T14:55:22Z</dc:date>
    </item>
  </channel>
</rss>

