フォルダの中に格納されているPDFファイルをEdgeで開く方法を教えてください
2019年に質問された方法は見つけられたのですが、「Open PDF」アクティビティが私のUiPathの中には見つけられませんでした。
Hi @oyaken0717
UiPathでPDFファイルをMicrosoft Edgeで開くには、**「Start Process」**アクティビティを使用します。
FileNameプロパティにPDFファイルのパスを設定し、ArgumentsプロパティにEdgeの実行ファイルのパスを設定します(例: "msedge.exe" "C:\path\to\file.pdf")。
EdgeがPDFの既定のビューアであれば、ファイルパスだけでも開くことができます。
If you found helpful, feel free to tick as a solution.
Happy Automation
you can use Start process activity to open the pdf file in microsoft edge
Happy Automation!!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.
