I am trying to use xfa.host.print to print a single page + some page range.
I am aware of how to use xfa.host.print as follows xfa.host.print(1,"0","2",0,0,0,0,0) which will display the print dialog and print pages 1-3.
However is there a way to print say page 1 and then pages [6-8]?