|
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".
|