Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

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

Community Beginner ,
Jun 02, 2020 Jun 02, 2020

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.

 

Screen Shot 2020-06-03 at 7.48.26 am.png, Help please! Thanks.

TOPICS
PDF forms
5.3K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
1 ACCEPTED SOLUTION
Community Expert ,
Jun 03, 2020 Jun 03, 2020

 

Highlight.png


Acrobate du PDF, InDesigner et Photoshopographe

View solution in original post

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 02, 2020 Jun 02, 2020

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

 

app.runtimeHighlight = false;

Thom Parker - Software Developer at PDFScripting
Use the Acrobat JavaScript Reference early and often

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jun 03, 2020 Jun 03, 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
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 04, 2020 Jun 04, 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 03, 2020 Jun 03, 2020

 

Highlight.png


Acrobate du PDF, InDesigner et Photoshopographe
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jun 03, 2020 Jun 03, 2020

Thank you!! Totally worked 🙂

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 05, 2020 Jun 05, 2020
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines