Thank you but I found solution probably easier (for me of course).
Maybe somebody will use it.
I use OCX webbrowser and find method execWB.
For print it look like this:
def var c-p character.
chCtrlFrame:WebBrowser:execWB(6,0,"",INPUT-OUTPUT c-p).
Description these parametrs you can find on MS pages but for printing it is OK. Generally execWB is very nice method.
Sorry for my english.
Rafal