6
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Studio Web上でUiPath AppsでPDF表示をする方法

6
Last updated at Posted at 2025-12-03

UiPath Appsでドキュメント表示をする

UiPath Appsでドキュメントを表示する方法について紹介
Studio Webから利用する方法が分かりにくいため執筆

PDFを表示するにはDucument Viewerを利用する
image.png

ファイル変数を紐づけ

アプリ名(今回はApp)を右クリックしてアプリの変数を作成
image.png

今回はTargetFileという名前で作成
image.png

Document Viewerのプロパティに変数を指定
image.png

ページ読み込み時のWFを作成

対象ファイルを事前にStrage Bucketにアップロードしておき、
WFの中でダウンロードを行う
image.png

ストレージバケットからダウンロードしたファイルに対して.ToAppFileメソッドで、Appsのファイルに代入
image.png

完成イメージ

無事にApps上でPDF表示できました
image.png

6
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?