This seems like such a simple thing, but I've searched for half an hour and can't find an answer anywhere.
Let's say I have a PDF document already open in Windows 10. Let's say that the PDF is called 'test.pdf' and it is stored in the working directory of a python script I'm to create. I want the python script to close this PDF document that is already open prior to the script being run.
Everything I've researched regarding closing files with python involves having opened the file in python, but that is not my situation. The file is not being opened with python. It was already opened prior to any python code being run and I want the python script to close the PDF file.