stevelionbird
Programmer
ok this one has been burning my brain. If I have html that contains links, and try to output it as a PDF using cfdocument, a huge space and elongated underline beneath the link is always displayed and I cannot figure out how to fix this.
To my surprise, I haven't found anyone else complaining about this so it makes me wonder if I'm doing something wrong, but I used a simple test and got the same results. Here is the code:
When I run this, it looks like this:
This is a very very basic test with a [blue]link [/blue].
This is a very very basic test with a [blue]link [/blue].
This is a very very basic test with a [blue]link [/blue].
Does anyone know why this is happening and/or what the work-around is?? Regardless, it's disappointing and sad that something so simple is being converted so poorly.
Many thanks,
Steve
To my surprise, I haven't found anyone else complaining about this so it makes me wonder if I'm doing something wrong, but I used a simple test and got the same results. Here is the code:
Code:
[maroon]<cfdocument format=[/maroon][blue]"pdf"[/blue][maroon]>[/maroon]
This is a very very basic test with a [green]<a href=[/green][blue]"[URL unfurl="true"]http://www.example.com/"[/URL][/blue][green]>[/green]link[green]</a>[/green].
[navy]<p>[/navy]This is a very very basic test with a [green]<a href=[/green][blue]"[URL unfurl="true"]http://www.example.com/"[/URL][/blue][green]>[/green]link[green]</a>[/green].[navy]</p>[/navy]
[navy]<div>[/navy]This is a very very basic test with a [green]<a href=[/green][blue]'[URL unfurl="true"]http://www.example.com/'[/URL][/blue][green]>[/green]link[green]</a>[/green].[navy]</div>[/navy]
[maroon]</cfdocument>[/maroon]
When I run this, it looks like this:
This is a very very basic test with a [blue]link [/blue].
This is a very very basic test with a [blue]link [/blue].
This is a very very basic test with a [blue]link [/blue].
Does anyone know why this is happening and/or what the work-around is?? Regardless, it's disappointing and sad that something so simple is being converted so poorly.
Many thanks,
Steve