I am printing a form. But I need to reduce number of mouse clicks needed to print the form.
Clicks needed for now:
1. File (on form), 2. Print preview (on form), 3. Print (on print preview window) 4. Print (on print preview windows print dialog).
Is there any way to do for example a custom ribbon button, which prints the content of a specific url? I noticed that I can get easily the url of print preview.
I allready tried to use javascript with window.print() but that prints the current window, not the specified by url.