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

Whenever I open a file Acrobat DC, print screen pop-ups

Community Beginner ,
Jan 17, 2021 Jan 17, 2021

Copy link to clipboard

Copied

Hey Guys,

Whenever I open a file Acrobat DC, print screen pop-ups. Even though I am sure that I did not click on the print button. It is really frustratiing espacially when I open multiple files. How I can reset these settings and fix the problem?

Thanks in advance.

TOPICS
General troubleshooting , Standards and accessibility

Views

3.4K

Translate

Translate

Report

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

correct answers 1 Correct answer

Community Expert , Jan 17, 2021 Jan 17, 2021

This is usually caused by a script that's embedded in the file. Are all of these files from the same source?

You can verify if that's the case by disabling JavaScript (via Edit - Preferences - JavaScript) and then open them.

If the Print dialog no longer appears then it was indeed a script. You can try to remove it, if you wish.

It's most likely a doc-level script, which you can find via Tools - JavaScript - Document JavaScripts.

Look for a line that looks like this:

this.print();

or just:

print

...

Votes

Translate

Translate
Community Expert ,
Jan 17, 2021 Jan 17, 2021

Copy link to clipboard

Copied

This is usually caused by a script that's embedded in the file. Are all of these files from the same source?

You can verify if that's the case by disabling JavaScript (via Edit - Preferences - JavaScript) and then open them.

If the Print dialog no longer appears then it was indeed a script. You can try to remove it, if you wish.

It's most likely a doc-level script, which you can find via Tools - JavaScript - Document JavaScripts.

Look for a line that looks like this:

this.print();

or just:

print();

And add "//" (without the quotes) before it. Then save the file, close it and re-open to check if it solved the problem.

Votes

Translate

Translate

Report

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 ,
Jan 17, 2021 Jan 17, 2021

Copy link to clipboard

Copied

Oh, You are a 100% right. After reading your message I have realised that this problem is true only for the documents shared with me on Google Drive. (Most probably they are signed or protected - I don't know)

So, I have tried the solution you suggested step by step, and yeah, definitely it worked and solved the problem.

 

Thank you so much for your help and clear explanation.

Best.

Votes

Translate

Translate

Report

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 ,
Jan 17, 2021 Jan 17, 2021

Copy link to clipboard

Copied

You're welcome! However, this is not caused by Google Drive, and if the files were signed or protected you wouldn't be able to edit them in this way. It's the creator of the forms who decided to embed this code in them, probably trying to make it easier for people who just wanted to print them out, not considering it would be a nuisance for those who didn't...

Votes

Translate

Translate

Report

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 ,
Jan 17, 2021 Jan 17, 2021

Copy link to clipboard

Copied

LATEST

Ohh, that seems true, and it is useful for the ones who just print the documents from cloud instead of downloading. thanks again. 

Votes

Translate

Translate

Report

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