Mobile app version of vmapp.org
Login or Join
Angela777

: Indesign - Acrobat Reader - Custom design checkboxes When I create an document in InDesign and put some different kind of checkboxes in it that are provided by InDesign. And afterwards export

@Angela777

Posted in: #AdobeAcrobat #AdobeIndesign

When I create an document in InDesign and put some different kind of checkboxes in it that are provided by InDesign. And afterwards export it as an interactive pdf.
Then the checkboxes design is overwritten by Acrobat Reader when I open it.
It looks fine when I open it in Chrome but not in Acrobat.

If I hover the checkboxes in Acrobat Reader they do show their 'customer' design but not when they aren't hovered.

InDesign:



In Acrobat (right top is hovered)


Now I got a pdf from the internet in which the checkboxes keep their custom design. Except for a little blue overlay like every form element gets in Acrobat. So how can I fix my own checkboxes?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Angela777

1 Comments

Sorted by latest first Latest Oldest Best

 

@Michele215

This is due to the (annoying) "Highlight existing fields" feature.

You can turn it off in Acrobat, but be aware this is an application setting, not a document one. So, even if the PDF is displayed fine for you, this feature might be turned on in any other user application.

Now, here comes the trick: you can use a small JavaScript code in order to turn it off by default while opening the PDF.

In Acrobat Pro, go Tools > JavaScript > Document JavaScripts, create a new Script (name it as you wish), click add and replace the existing bit by:

app.runtimeHighlight = false;


Click OK and you are done.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme