Skip to main content
sudipd0003
August 1, 2025
Question

How to save a web page as PDF using Appian RPA?

  • August 1, 2025
  • 2 replies
  • 0 views

Hi All,

We have a requirement such that, RPA bot need to open a record details in a web page then, save that details page (webpage) as PDF. We are trying to use keyboard shortcut 'Ctrl+P' to open the print window, where there is option to 'Save as PDF' but, the robotic task is not able to capture any action in that print window. 

Could you please tell me how to overcome this issue? I just need to save the webpage as PDF in the bot machine's download folder.

TIA

2 replies

shubhama926776
August 1, 2025

You cannot automate the browser’s Ctrl+P print dialog using Appian RPA because it is a native operating system window outside the robot’s control. 
I am not sure how it will work but give it a try - The bot capture the fully rendered webpage’s HTML - including inline CSS and accessible images - and then pass that HTML to Appian’s HTML to PDF Smart Service within a process model.

Helpful Link :
https://docs.appian.com/suite/help/25.2/rpa-9.17/actions-browser.html

https://community.appian.com/b/appmarket/posts/html-to-pdf#:~:text=The%20Smart%20Service%20will%20accept,from%20HTML%20with%20landscape%20orientation.

stefanhelzle0001
August 1, 2025

Isn't there a function to search for a specific piece of an image on the screen, and then click there? Did you try this?