Copy link to clipboard
Copied
I see the option in the Content panel menu (see attached), but it's greyed out. I've gotten a <link> tag followed by the Link - OBJR tag, but the text didn't follow inside that. So either I create a new container tag with the content, or I need to edit the Link tag to make it work correctly.
I've tried using the Tags Panel menu > Find > Unmarked links, then even gone to the Edit PDF mode to add links that were still stubbornly not showing, aaaagggghhhh. OK can I just ask sometbody Adobe, why there isn't just a button on the Reading Order panel that says "Link"??? I mean you can select text and label it "Text/Paragraph" or "Heading3" or table "Cell" or "Figure" . . . why the hell not, "Link"?
OK so when I do what I can do under Find > Unmarked Links and I hit "Tag Element" for all of them, I get <Link www.link.com> followed by <Link-OBJR> but no container under it with the address. I moved the text with the address under it to be a child, but it brings the rest of the sentence with it, not just the web address of course, and I'm thinking it needs to just be the addess in a container as a child of Link-OBJR to work, yes? If so, I need to create such a container.
Copy link to clipboard
Copied
If you've used the Weblink plug-in that is found in the "Edit PDF" tool it won't work.
It seems like (just saying, it seems like ) this is a bug. When you used this weblink tool it generates simple URLs out of the text string that you input but it fails to treat this field as an annotation. That is why you can't work around it.
If it was treated as an annotation you would be able to manually edit its tag propperties and even its container attributes.
To work around this, don't use the weblink plug-in to generate URI actions. Instead, follow the recommendations I posted for another user here:
var numWeblinks = this.addWeblinks();
console.println("There were " + numWeblinks +
" instances of text that looked like a web address,"
+" and converted as such.");
Using the method that I described in the bullets and notes above work.
You will be able to see those hyperlinks treated as annotations in Acrobat too.
NOTE: My post in the link above have many typos and errors, but you will get the point. The real issue is very technical to explain in simple words, though.
Copy link to clipboard
Copied
Hi,
Thanks for reporting the issue to us. Can you please share the pdf via a weblink so that we can investigate and provide a solution to your problem.
Thanks
Rachit
Copy link to clipboard
Copied
If you've used the Weblink plug-in that is found in the "Edit PDF" tool it won't work.
It seems like (just saying, it seems like ) this is a bug. When you used this weblink tool it generates simple URLs out of the text string that you input but it fails to treat this field as an annotation. That is why you can't work around it.
If it was treated as an annotation you would be able to manually edit its tag propperties and even its container attributes.
To work around this, don't use the weblink plug-in to generate URI actions. Instead, follow the recommendations I posted for another user here:
var numWeblinks = this.addWeblinks();
console.println("There were " + numWeblinks +
" instances of text that looked like a web address,"
+" and converted as such.");
Using the method that I described in the bullets and notes above work.
You will be able to see those hyperlinks treated as annotations in Acrobat too.
NOTE: My post in the link above have many typos and errors, but you will get the point. The real issue is very technical to explain in simple words, though.
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more