cancel
Showing results for 
Search instead for 
Did you mean: 

Embed URL in PDF from Smartform

Former Member
0 Kudos

We're creating a PDF doc from Smartforms which has a URL. However what we want to achieve in the PDF document is some text which says something like 'If you want further information then click here', with the 'here' being the link itself. So, in HTML format we need something in this format:

<a href="http://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn">Goto_SDN</a>

I'm aware of the <%w> needed, but what exactly is the format if we want the text as outlined above?.

I seem to be having a hard time finding a way to achieve this.

Jason

Edited by: Jason Stratham on Jun 28, 2010 3:46 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member201275
Active Contributor
0 Kudos

I to am looking for a way to do this.

Have you managed to find a way to do this?

brad_bohn
Active Contributor
0 Kudos

I looked at this once a long time ago in 4.6C, and I don't believe Smartforms supports it. You can only get the literal link and not any anchor tag type text with it. You might be able to hack the generated code to get it done, but then you'd lose it after any subsequent changes.