こんにちは
UiPath Studio 2025.0.172STS Community editionのユーザーです。
Excelグラフをpdfで保存するためには、プリンタドライバをStartProcessアクティビティで一時的に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.
Hi @gorby
On addition too that you can also use the inbuild excel activity Save Excel File As PDF
Hope this helps!!