Skip to main content
Known Participant
February 9, 2018
Question

Running the Program in the Background

  • February 9, 2018
  • 2 replies
  • 2057 views

Hello,

When I open a PDF file, the program creates a lot of CPU usage and there is a delay for a few seconds before I am able to scroll the file. This is because the program has to launch all its processes. I would like to know how to set the program to always run in the background in order that there may be no delay in opening and closing files.

This topic has been closed for replies.

2 replies

Thom Parker
Community Expert
Community Expert
February 12, 2018

Set Acrobat to be the PDF viewer for a browser. Then open a PDF in the browser, from a link. Close the browser and open the task manager, you'll see that Acrobat is running in the background, and stays there until you kill in manually.

Thom Parker - Software Developer at PDFScriptingUse the Acrobat JavaScript Reference early and often
Known Participant
February 12, 2018

Thank you for the information. Apparently it is necessary to keep a certain document always opened in order that the program may remain loaded in the memory.

try67
Community Expert
Community Expert
February 9, 2018

There is no such setting. You can add it to your operating system's start

up folder if you want it to always launch when the computer first boots up.

Known Participant
February 10, 2018

I frequently open and close PDF files. If the program is added to the startup folder, it will close the next time I open and close a PDF file. Is there some setting in the Windows system which can allow to always keep the program launched in RAM?

try67
Community Expert
Community Expert
February 10, 2018

I don't think so. You can probably create a scheduled task to open it every

minute or so (if it's already running nothing will happen), but I would not

advise it.