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.
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