Excelグラフをpdfで保存する方法

こんにちは
UiPath Studio 2025.0.172STS Community editionのユーザーです。

Excelグラフをpdfで保存するためには、プリンタドライバをStartProcessアクティビティで一時的にPDFドライバーに変更して、印刷実行するしかないという認識ですが、正しいでしょうか?

Hi @gorby

I would say this is one of the ways to do it.

You can also consider using excel scope to access the file that includes the chart and then writing a code snippet in vba to export the same as pdf.

1 Like

Hi @gorby

On addition too that you can also use the inbuild excel activity Save Excel File As PDF

Hope this helps!!

1 Like

Hello @gorby san,

Use the Save Excel File As PDF activity

Activities - Save Excel File As PDF