Go Back   CodingForums.com > :: Client side development > Graphics and Multimedia discussions

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 10-17-2012, 08:40 PM   PM User | #1
WolfShade
Regular Coder

 
Join Date: Apr 2012
Location: St. Louis, MO, USA
Posts: 945
Thanks: 7
Thanked 97 Times in 97 Posts
WolfShade is an unknown quantity at this point
Question PDF plugins for IE and FF - issue?

Hello, everyone.

I've been on CF for a while, but I think this is the first time I've ever wandered into the Graphics/MM area.

Hello.

I have a bit of a conundrum that I hope someone can help me with.

On our internal network we have over 1,000 PDF files that contain hyperlinks. These PDFs were created using the PDFMaker plugin for Word 2007. Whenever someone opens a PDF in IE8, these hyperlinks work. However, when FireFox is used, the PDF Plugin for FF10 does NOT automatically parse the FQDN into a hyperlink. Apparently, in order for hyperlinks to work in FF10, the Word documents have to be edited to include the hyperlink code, itself.

We really cannot edit over 1k .doc(x) files, searching for FQDNs to "upgrade". Is there a better Adobe PDF Plugin for FF that will automatically parse links? Or does anyone have a better solution?

Thank you,
__________________
^_^

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
Old 10-17-2012, 09:05 PM   PM User | #2
patryk
Regular Coder

 
patryk's Avatar
 
Join Date: Oct 2012
Location: /dev/couch
Posts: 395
Thanks: 2
Thanked 64 Times in 64 Posts
patryk is on a distinguished road
how about wrinting a script to go trough your files and change whateven need changing?
that would be my aproach. it's 21st century afterall. you have computer to work for u
patryk is offline   Reply With Quote
Old 10-17-2012, 09:16 PM   PM User | #3
WolfShade
Regular Coder

 
Join Date: Apr 2012
Location: St. Louis, MO, USA
Posts: 945
Thanks: 7
Thanked 97 Times in 97 Posts
WolfShade is an unknown quantity at this point
Well.. I suppose I could. We are using ColdFusion. I'll look around and see if CF can do that.

Any other suggestions, from anyone?

Thanks, patryk.
__________________
^_^

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
Old 10-17-2012, 09:28 PM   PM User | #4
patryk
Regular Coder

 
patryk's Avatar
 
Join Date: Oct 2012
Location: /dev/couch
Posts: 395
Thanks: 2
Thanked 64 Times in 64 Posts
patryk is on a distinguished road
well i don't know what CF can and can't do, but if your'e on linux server, then you can always call 'sed' and 'awk' utilities. those guys will replce anything if poroperly instructed
patryk is offline   Reply With Quote
Old 10-17-2012, 10:14 PM   PM User | #5
WolfShade
Regular Coder

 
Join Date: Apr 2012
Location: St. Louis, MO, USA
Posts: 945
Thanks: 7
Thanked 97 Times in 97 Posts
WolfShade is an unknown quantity at this point
DEV is not *nix. I'm looking at CFPDF to extract text into a variable, REReplaceNoCase to surround the FQDN with an anchor tag, then CFPDF to re-write the PDF file. Just a matter of getting the Regular Expression to match. So far, no luck, but I'll keep on it.

Thanks,
__________________
^_^

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
Old 10-22-2012, 06:25 PM   PM User | #6
WolfShade
Regular Coder

 
Join Date: Apr 2012
Location: St. Louis, MO, USA
Posts: 945
Thanks: 7
Thanked 97 Times in 97 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
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 07:11 AM.


Advertisement
Log in to turn off these ads.