I am new in python and need your help.
I am writing a GUI in Python from which I would like to refer to specific pages in a PDF.
I can open a PDF on page x following this: Python Open PDF to Bookmark/Named Destination
However, I need to give the path to the Acrobat.exe which I image could be problematic when sending my GUI to someone else.
Is there a way to open a PDF on page x without setting the file path for Acrobat.exe?