Hi,
I followed a couple of Articles from the PTC Knowledge base, and I was not able to get the Dashboard printed as a PDF with the press of a Button. Initially, I tried using an HTML Text Area, but it wouldn't work for interactions like button clicks or the window.print() method.
I am seeking a solution to this issue.
Thingworx version: 9.4 and 9.7
Thanks,
Solved! Go to Solution.
Hi,
I followed the steps below to print the Dashboard...
result = "<button onclick='window.print();return false;'>Print this page</button>";
Thanks,
Hi,
I followed the steps below to print the Dashboard...
result = "<button onclick='window.print();return false;'>Print this page</button>";
Thanks,