I would like to print a website using command line in terminal windows.
For example, to print to PDF we can do something like that:
start msedge --headless --print-to-pdf=[pdf-destination-path] [website-path]
But now, i want to print it directly without converting to pdf to print later.
Is it possible?
Can someone help me?