Re: [Framers] OT: Word links to URLs

2017-09-25 Thread Shmuel Wolfson
   When you type a URL in Word, Word automatically adds a hyperlink. This
   is one of Word's AutoFormat as You Type options, and is the default
   option. When you save the Word file as PDF, the link is retained in the
   PDF.

   There is VBA code for hyperlinks, so I assume you can change the URL of
   the link via VBA.

   Here's a link which may help you with some of the VBA terminology for
   hyperlinks, although it does not do exactly what you want:

   [1]https://stackoverflow.com/questions/19035119/vba-get-all-hyperlinks-
   in-word-document

   --
   Shmuel Wolfson
   Technical Writer
   058-763-7133

   On 22-Sep-17 10:12 PM, Rick Quatro wrote:

Hi Framers,



I have a Word project where I have references to other documents. The text
in Word has the title, but I want to create a link to the document's URL on
a web page. Here are my questions:



1) When I put the links in Word, will they work in a resulting PDF?



2) Is there a way to internally (perhaps with VBA) see the Word text and the
corresponding link URL? Some of the URLs are changing and it would be useful
to be able to batch search on a title and replace the link's old URL with
the new one.



I have about 160 Word files so I would like to be able to apply some
automation here. Thank you in advance for any information you can provide.



Rick



Rick Quatro

Carmen Publishing Inc.

[2]r...@frameexpert.com

585-366-4017









___

This message is from the Framers mailing list

Send messages to [3]framers@lists.frameusers.com
Visit the list's homepage at  [4]http://www.frameusers.com
Archives located at [5]http://www.mail-archive.com/framers%40lists.frameusers.co
m/
Subscribe and unsubscribe at [6]http://lists.frameusers.com/listinfo.cgi/framers
-frameusers.com
Send administrative questions to [7]listad...@frameusers.com

References

   1. 
https://stackoverflow.com/questions/19035119/vba-get-all-hyperlinks-in-word-document
   2. mailto:r...@frameexpert.com
   3. mailto:framers@lists.frameusers.com
   4. http://www.frameusers.com/
   5. http://www.mail-archive.com/framers@lists.frameusers.com/
   6. http://lists.frameusers.com/listinfo.cgi/framers-frameusers.com
   7. mailto:listad...@frameusers.com
___

This message is from the Framers mailing list

Send messages to framers@lists.frameusers.com
Visit the list's homepage at  http://www.frameusers.com
Archives located at http://www.mail-archive.com/framers%40lists.frameusers.com/
Subscribe and unsubscribe at 
http://lists.frameusers.com/listinfo.cgi/framers-frameusers.com
Send administrative questions to listad...@frameusers.com


Re: [Framers] OT: Word links to URLs

2017-09-22 Thread Fred Ridder
They *should* work in a PDF produced from Word as long as they are valid URLs. 
But I admit that I've never tried it with PDFs as the target in the URL.


To see the underlying URL for a Word hyperlink, it should just be a matter of 
toggling the field to view the field code (the URL string plus a little bit of 
code enclosing it) rather than the result (the link string displayed in the 
document). Word lets you do this globally (for *all* fields in the doc, which 
means x-refs, TOC fields, index fields, and all sorts of other stuff) or for 
the field where the insertion point is. The keyboard shortcut for the view 
toggle is Shift+F9, and to go global you just do a Select All beforehand. That 
should give you the kind of global update capability you're seeking.


-FR


From: Framers <framers-bounces+docudoc=hotmail@lists.frameusers.com> on 
behalf of Rick Quatro <r...@rickquatro.com>
Sent: Friday, September 22, 2017 3:12 PM
To: 'An email list for people using Adobe FrameMaker software.'
Subject: [Framers] OT: Word links to URLs

Hi Framers,



I have a Word project where I have references to other documents. The text
in Word has the title, but I want to create a link to the document's URL on
a web page. Here are my questions:



1) When I put the links in Word, will they work in a resulting PDF?



2) Is there a way to internally (perhaps with VBA) see the Word text and the
corresponding link URL? Some of the URLs are changing and it would be useful
to be able to batch search on a title and replace the link's old URL with
the new one.



I have about 160 Word files so I would like to be able to apply some
automation here. Thank you in advance for any information you can provide.



Rick



Rick Quatro

Carmen Publishing Inc.

r...@frameexpert.com

585-366-4017









___

This message is from the Framers mailing list

Send messages to framers@lists.frameusers.com
Visit the list's homepage at  http://www.frameusers.com
FrameUsers.com | The Adobe FrameMaker Online Reference 
Site<http://www.frameusers.com/>
www.frameusers.com
Adobe FrameMaker software is a template-based authoring and publishing solution 
for unstructured, structured, and XML/DITA content. There is a large and loyal 
...


Archives located at http://www.mail-archive.com/framers%40lists.frameusers.com/
framers - The Mail 
Archive<http://www.mail-archive.com/framers%40lists.frameusers.com/>
www.mail-archive.com
Messages by Thread [Framers] FrameMaker Tables in Responsive HTML5 Ben 
Anderson. Re: [Framers] FrameMaker Tables in Responsive HTML5 Peter Gold


Subscribe and unsubscribe at 
http://lists.frameusers.com/listinfo.cgi/framers-frameusers.com
Framers Info Page - lists.frameusers.com Mailing 
Lists<http://lists.frameusers.com/listinfo.cgi/framers-frameusers.com>
lists.frameusers.com
About the Framers email list. The purpose of this list is to share information 
about using Adobe Framemaker. We welcome experienced users, newcomers, and 
people ...


Send administrative questions to listad...@frameusers.com
___

This message is from the Framers mailing list

Send messages to framers@lists.frameusers.com
Visit the list's homepage at  http://www.frameusers.com
Archives located at http://www.mail-archive.com/framers%40lists.frameusers.com/
Subscribe and unsubscribe at 
http://lists.frameusers.com/listinfo.cgi/framers-frameusers.com
Send administrative questions to listad...@frameusers.com


[Framers] OT: Word links to URLs

2017-09-22 Thread Rick Quatro
Hi Framers,

 

I have a Word project where I have references to other documents. The text
in Word has the title, but I want to create a link to the document's URL on
a web page. Here are my questions:

 

1) When I put the links in Word, will they work in a resulting PDF?

 

2) Is there a way to internally (perhaps with VBA) see the Word text and the
corresponding link URL? Some of the URLs are changing and it would be useful
to be able to batch search on a title and replace the link's old URL with
the new one.

 

I have about 160 Word files so I would like to be able to apply some
automation here. Thank you in advance for any information you can provide.

 

Rick

 

Rick Quatro

Carmen Publishing Inc.

r...@frameexpert.com

585-366-4017

 

 

 

 

___

This message is from the Framers mailing list

Send messages to framers@lists.frameusers.com
Visit the list's homepage at  http://www.frameusers.com
Archives located at http://www.mail-archive.com/framers%40lists.frameusers.com/
Subscribe and unsubscribe at 
http://lists.frameusers.com/listinfo.cgi/framers-frameusers.com
Send administrative questions to listad...@frameusers.com