Copy link to clipboard
Copied
Hi Everyone,
How to click the "Convert All" button in the "Convert URLs to Hyperlink" menu, using indesign javascript.
Please help me!!!
Thanks,
Magesh
There is no script call for that. You'll have to write your own script to do that: find all URLs and convert the found text to hyperlinks.
P.
Copy link to clipboard
Copied
Hi Everyone,
How to click the "Convert All" button in the "Convert URLs to Hyperlink" menu, using indesign javascript.
Please help me!!!
Thanks,
Magesh
There is no script call for that. You'll have to write your own script to do that: find all URLs and convert the found text to hyperlinks.
P.
Copy link to clipboard
Copied
There is no script call for that. You'll have to write your own script to do that: find all URLs and convert the found text to hyperlinks.
P.
Copy link to clipboard
Copied
Adobe implemented the Convert to Hyperlinks box as a script, rather than a plugin, so it is not scriptable.
Copy link to clipboard
Copied
Go to https://console.adobe.io/downloads/id
Click on InDesign >> Plugin SDK >> 2020 >> Cross Platform
Note there is also a scripting SDK which would be the more logical location, but I'm indeed talking about the Plugin SDK.
Be warned that this is a 500 MB download.
In the archive, you'll find source/open/components/converturltohyperlink/ConvertURLToHyperlink.jsx and related files.
This has been around in the SDK since CS5 and steadily grown in size by 50%, so it is likely the current source for the feature. I did not further look at it.
Dirk