Hi everyone,
I want my PDF to be automatically print when the user open it.
I tried to put the following code in the event "enter" and "initialize", but nothing happened :
xfa.host.print(1, "0", (xfa.host.numPages -1).toString(), 0, 1, 0, 0, 0);
Can someone help ?
Thanks.