Is it possible to print a shown dokument from a websplitter-pane by using a WebImageButton? There is no need for printing different types but it should be .doc(x) or pdf
Hello Kociemba,
Normally print process is controlled by the browser and that is why actually the browser decides what will be printed.
If you want to print only the content of a specific splitter pane you can use its iframe element (if any) or the surrounding DIV element like shown in the following links:
http://stackoverflow.com/questions/472951/how-do-i-print-an-iframe-from-javascript-in-safari-chrome
http://stackoverflow.com/questions/2255291/print-the-contents-of-a-div
I hope that this information will help you in achieving the required functionality.