Surface plugins does not work

I have a simple workflow that works pretty well when executing standalone but when being called from a larger process/workflow does not detect the images and would like to know if this is a behavior happened to someone before. What could be wrong?

What I am trying to do is to manage the print setting from Chrome browser Ctrl-P and manage the settings to always get “Save to PDF” and then save the printout in the file, specs received from the caller WF.

WF_PDF_Print_Save.psw (94.5 KB)

Have the option to use AutoIt scripting but would like to keep it strictly through Natural Plugins, because the images in Surface are inserted into the plugin while AutoIt you need to use accompanying image files.

Thanks

1 Like

Hi! Willem,

You can try using the Delay Row step as required.

1 Like

Hi Seema.
Getting back to this.
Did not understand your reply.

Today I am controlling Chrome Page Print through AutoIt contributes library ImageSearch. It works find but not great. Depending on which server you execute, images are not recognized. Same with Surface Plugins.

Tried to use new GUI to control print menu but still no way I can reach the specific functions I need to manage.

Have to be sure that “Save to PDF” is selected. If not, select it.
When selected, then proceed to Save to document.

Select printer and Save button are managed with images and then AutoIt controls Save screen and file management.

If someone has been able to control, through coding, the Print Settings in Google, will appreciate some tips.
Thanks