Skip to main content
Participant
June 2, 2020
Answered

I don't want to see the shaded fillable field box in a fillable PDF document when re-saved as a PDF

  • June 2, 2020
  • 2 replies
  • 5285 views

I've created a certificate template to be filled out by the client, the fillable area is typed over a watermark of their logo which covers much of the page. If the client fills the form in Acrobat and prints it out the fields don't print, perfect.

HOWEVER, if they resave as a PDF to send to their students via email, the PDF shows the shaded field boxes and looks terrible over the watermark. See attached below.

 

, Help please! Thanks.

This topic has been closed for replies.
Correct answer JR Boulay

 

2 replies

JR Boulay
Community Expert
JR BoulayCommunity ExpertCorrect answer
Community Expert
June 3, 2020

 

Acrobate du PDF, InDesigner et Photoshopographe
tezziesAuthor
Participant
June 3, 2020

Thank you!! Totally worked 🙂

Legend
June 5, 2020

Remember this is a personal preference affecting PDF files on YOUR computer. If you want to help others see things the same way as you. then you will need to support them by explaining what they can change. Be cautious, changing this setting may be a nuisance for them far beyond the ugliness in your own work you are trying to fix.

Thom Parker
Community Expert
Community Expert
June 3, 2020

Add this code to a docuemnt script. It will remove the highlights. 

 

app.runtimeHighlight = false;

Thom Parker - Software Developer at PDFScriptingUse the Acrobat JavaScript Reference early and often
tezziesAuthor
Participant
June 3, 2020
Hi there – thanks, but is there a laymans way to do this? I don’t have a clue about scripts or things like that…I just don’t want to see the shading of the field, I just want to see what I’ve entered into those fields.



Thanks
try67
Community Expert
Community Expert
June 4, 2020

Doing that would make the file disable this setting for ALL files, for ANYONE that opens it, which might not be desirable. I recommend disabling it just on your local computer, as described above.