I think that's possible
To open a PDF file from a ssh session simply type
Code:
DISPLAY=:0 ipdf /path/to/your.pdf
To start that line directly from the PC, you can issue this command (at least in Linux, don't know if it works in Windows):
Code:
ssh -l root (iliads IP) "DISPLAY=:0 ipdf /path/to/your.pdf"