I have a problem with this algorithm in Google Doc script :
I need to go through all the links in Google Doc
get its URL for each link
call the function called "getTextByURL (URL)" with the URL input parameter
and update the displayed link text with the return value of this function.
Used to C#, VBA and Word model, where there is a collection of Hyperlinks, I have a problem in Google Doc script with this algorithm.
Can anyone advise me?
Thanks, Ilya.