How to capture postscript output via TCP/IP? (for testing purposes)

printingtcpip

We have a propriety system that talks to various printers across multiple sites via TCP/IP.
The system only outputs Postscript, which obviously sends via TCP/IP.
I'm really wondering is there any kind of software that I could install my PC which I could setup as like a dummy printer to capture this postscript data.

This would enable me to perform various testing to ensure reports are coming out intact.
We have no access to the underlying system or database so this postscript has to be captured as it is output.

I don't need to convert it to PDF or any other format, but that would be nice.

Best Answer

You don't say what operating system this is, but you could use something like TCPflow, wireshark or tcpdump to capture the packets as it is sent across the network.

If this is Windows, I believe, back in the day, that most printer dialogs let you print to a file. This would presumably be the output of the relevant driver. It's been so long since I used Windows that you can probably safely ignore this paragraph. It's possibly a Windows 3.11 thing.

Related Topic