View Single Post
Old 10-22-2012, 06:25 PM   PM User | #6
WolfShade
Regular Coder

 
Join Date: Apr 2012
Location: St. Louis, MO, USA
Posts: 960
Thanks: 7
Thanked 100 Times in 100 Posts
WolfShade is an unknown quantity at this point
Okay.. I'm going crazy.

I've worked for quite some time to create a regex mask that will look for URLs (with or without querystring) and surround them with an anchor tag. This was a pointless task.

We can't change PDFs; not due to any limitation by CF, but because they were originally generated by Word - so we have to change the Word docs, THEN regenerate the PDFs from them.

Except Word doesn't surround URLs with anchor tags - they are surrounded by:
{HYPERLINK: "http://www.domain.com/" \h}

.. and I would need to check if the HYPERLINK exists, or not, before applying.

.. and this probably won't fix our FF/Adobe issue. THANKS, ADOBE!!!

Anyone have suggestions?

Tnx,
__________________
^_^

If anyone knows of a website that can offer ColdFusion help that isn't controlled by neurotic, pedantic jerks* (stackoverflow.com), please PM me with a link.
*
The neurotic, pedantic jerks are not the owners; just the people who are in control of the "popularity contest".
WolfShade is offline   Reply With Quote