I want to print a DOCX document silently (without print dialog) in javascript. I actualy have a path of document but i want to print specific pages. Lets say client want to print first page. Is there any way of printing a specific page without print dialog? I can also consider hardcoding a page number programmatically. So that everytime first page will be printed. Help required.
Thanks