Skip to main content
Participant
December 26, 2022
Answered

Desactivar destacado de campos editables

  • December 26, 2022
  • 1 reply
  • 980 views

He hecho un pdf editable, cuando lo guardo como pdf ampliado para Reader, ese Reader sale con los campos editables marcados en color azul, cuando en origen nunca lo he marcado. ¿Cómo puedo quitar el destacado para que cuando abran en Reader no vean los campos?

This topic has been closed for replies.
Correct answer bebarth

Hi,

This setting is part of the Acrobat or Reader preferences and must be set on each computer.
You can set the runtimeHighlight parameter for your file via a scrpit but you will have to re-set it as the original one when you close your file.

https://opensource.adobe.com/dc-acrobat-sdk-docs/library/jsapiref/JS_API_AcroJS.html#runtimehighlightcolor

 

@+

1 reply

bebarth
Community Expert
bebarthCommunity ExpertCorrect answer
Community Expert
December 26, 2022

Hi,

This setting is part of the Acrobat or Reader preferences and must be set on each computer.
You can set the runtimeHighlight parameter for your file via a scrpit but you will have to re-set it as the original one when you close your file.

https://opensource.adobe.com/dc-acrobat-sdk-docs/library/jsapiref/JS_API_AcroJS.html#runtimehighlightcolor

 

@+

Participant
December 26, 2022

Muchas gracias!!