I am developing a Python script which starts a PDF in diffrent programms depending on the file name. But if i want to open the PDF with the Microsoft App Drawboard PDF, the standard Powershell & Python commands only start the software and don't acutally open the file.
Using the standard context menu works fine (see picture) Contextmenu
File is opened in the Drawboard PDF Software
but as soon as I try to open the file using Powershell, Python or Cmd, only the Drawboard PDF software opens without the file.
Does work:
The PDF is open in Firefox.
Start-Process Firefox .\Desktop\test.pdf
Does not work:
Drawbord PDF is open without the pdf file...
Start-Process "C:\Program Files\WindowsApps\DRAWBOARD.DRAWBOARDPDF_6.44.7.0_x64__az88965nfbvjc\Db.App.exe" ".\Desktop\test.pdf"
Taskmanager command prompt:
"C:\Programm Files\WindowsApps\DRAWBOARD.DAWBOARDPDF_6.44.7.0_x64_az88965nfbvjc\Db.App.exe" -ServerName:App.AppXng8x4fsh0hwtx18bgqjhjna1wfdk1xqy.mca
Drawboard PDF as default PDF viewer is not a solution. Thanks for the support.