Printing pdf file is Automatable or not?

Hi all,
can we print the pdf file from printer using Robot framework with selenium and python?
If yes, what is the approach as I couldn’t get any such information on internet.

Is that just a typo when you say “from printer” or should it say “can we print the pdf fle TO printer” ?

Actual answer depends on operating system… On windows you could use ghostscript which is external application but works fine (i’ve used that in commercial RPA setting). On linux and probably mac too, cups probably has tooling to print pdf files directly…