Print Preview with PuTTY

1

PuTTY is a very good application, but it doesn't have printing options, or maybe I don't know them. Can anyone help me? It's really necessary to preview what we are going to print.

Another option is NetTerm, but it only works with the Telnet protocol, which isn't secure enough for me. SNetTerm is a very alternative, but unfortunately I cannot spend money on this.

henryferchambi4

Posted 2015-08-11T16:06:16.270

Reputation: 11

Some printer drivers offer a preview feature. Did you check that yet? – Daniel B – 2015-08-11T16:16:16.417

Not yet, I trying everything, and I will try what you just suggested. Thank you very much. – henryferchambi4 – 2015-08-11T16:40:57.527

What do you want to print? The terminal screen of PuTTY? How do you print it if there's no preview function? – Martin Prikryl – 2015-08-12T06:11:23.317

Well, I wnat to print a report generated by a server. I finally got the solution on linux, I made a little program on gambas, that allow the previsualization before printing, and from PuTTy>Terminal, I put a command line to call that gambas program. But on windows it's something different – henryferchambi4 – 2015-08-13T16:08:45.443

I really don't know the command equivalent for windows (XD), but I'm looking for that. Anyway this is the command: "cat > temp && /home/asesor_2_26/Editor.gambas temp". But, I have to generate an .exe for Windows, well I guess... I'm still working on that. – henryferchambi4 – 2015-08-13T16:09:40.713

Answers

0

This is a work around:

You can configure PuTTY session logging and save the file on the desktop as output.html.

Open the web browser and install a extension called reload and open the output.html file and set the reload every 5 seconds.

Every time when you execute a command on your PuTTY, your screen output is logged in output.html file and this is reloaded every 5 seconds. Hence you can watch your PuTTY output on terminal and web browser. If you require a copy of the output, change the .html to.txt`.

manjesh23

Posted 2015-08-11T16:06:16.270

Reputation: 1 404