Salir
  • Comunidad global
    • Idioma:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티

Displaying Tooltips in PDF Files Created From .docx Files

Explorador ,
Apr 17, 2022 Apr 17, 2022

When I open the following sample .docx file in Microsoft Word on the computer, tooltips are displayed when the cursor hovers over the links. (The text appears saying “Click to go to …”)

But after I convert this sample file into a PDF document (by going to Save as > PDF) and then open the created PDF file, the tooltips do not appear when the cursor is put over the links.

 

Does anyone know how to display tooltips in PDF files created from .docx files? If this cannot be done with the use of Microsoft Word, can a text be selected in Adobe Acrobat and then a tooltip added to it?

TEMAS
Crear archivos PDF , Procedimiento
7.2K
Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines
1 SOLUCIÓN ACEPTADA
Community Expert ,
Apr 17, 2022 Apr 17, 2022

To add a tooltip to arbitrary text in a PDF file you can create a transparent (but not hidden or read-only) button field over it and then set its tooltip property.

Ver la solución en mensaje original publicado

Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines
Community Expert ,
Apr 17, 2022 Apr 17, 2022

To add a tooltip to arbitrary text in a PDF file you can create a transparent (but not hidden or read-only) button field over it and then set its tooltip property.

Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines
Explorador ,
Apr 17, 2022 Apr 17, 2022

If I want a tooltip to be displayed over a hyperlink, will the hyperlink still work when clicked after the transparent button field has been created over it?

Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines
Community Expert ,
Apr 17, 2022 Apr 17, 2022

You can set the button itself to open the URL.

Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines
Explorador ,
Apr 17, 2022 Apr 17, 2022

In the following sample PDF file, can you add transparent button fields over the links (pointing to the different headings “Chapter” withing the file), so that I may see how they look like? I do not know how to do this on my own.

 

Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines
Community Expert ,
Apr 17, 2022 Apr 17, 2022

Here you go. I replaced the links to Chapter 1 with a button that has a tooltip, and which does the same action.

Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines
Explorador ,
Apr 18, 2022 Apr 18, 2022

Thank you. Is there a way to automatically create and overlay button fields over all links? Or can button fields be created only manually over every individual link?

Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines
Community Expert ,
Apr 18, 2022 Apr 18, 2022

A script can be used to create buttons over the links, and then remove the latter, but it can't apply the same actions the links did to the buttons. Doing that would require a more complex tool, such as a plugin or a stand-alone application.

Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines
Explorador ,
Apr 18, 2022 Apr 18, 2022

Do you also know whether it is at least possible to overlay links with empty button fields automatically? (After that, I will have to manually edit each of the automatically created buttons.) 

Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines
Community Expert ,
Apr 18, 2022 Apr 18, 2022

Yes, that's possible with a custom-made script. If you're interested in hiring a professional developer to create this script for you feel free to contact me privately to discuss it further.

Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines
Explorador ,
Apr 18, 2022 Apr 18, 2022

Since I need to create tooltips only in the table of contents in my document, I will do that manually with each title. Thank you for explaining how to add tooltips with the use of button fields.

Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines
Explorador ,
Apr 18, 2022 Apr 18, 2022

In the sample file which you edited earlier, you added the command Go to a page in this document. When I create a button field, I do not see this command among the listed actions. Can you explain how you added the command Go to a page in this document?

Vlad23546300ov6c_0-1650284964497.png

 

Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines
Community Expert ,
Apr 18, 2022 Apr 18, 2022

It's called "Go to a page view" in the drop-down menu of available Actions:

 

try67_0-1650285782766.png

 

 

Once you set it to a destination in the same file it will appear as "Go to a page in this document". If you use it to link to a different file (which is also possible) it will appear as "Go to a page in another document".

Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines
Explorador ,
Apr 18, 2022 Apr 18, 2022
MÁS RECIENTES

Thank you. Now I understand how to link buttons to specified pages.

Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines