Have a very beginner question here. I have downloaded the module "pdf-diff"(https://pypi.org/project/pdf-diff/) for Python and can get it to execute in the terminal fine. However, I wish to call the command in a Python script that I am writing. The script is comparing multiple pdf files over a for loop and I want it to generate one of the pdf-diff reports for each one.
How can I find which argument to call in my Spyder console?
Thank you.