Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Print and create a PDF for the sheet

Hi Team,

My requirement is When i click on a button on access point or a web view, it takes a snapshot of the page and stores it in a PDF.

Please help me to do so, i am restricted to use Google Chrome. I came to know that this will be done by adding an extension for Ajax in javascript.

Any help will be much appreciated.

Thanks and Regards

Sourabh Bhatt

1 Reply
organgrindingmo
Partner - Contributor III
Partner - Contributor III

Hi Sourabh

You cant take an actual screenshot from your browser without creating and installing an ActiveX control.

Take a look at HTML2Canvas to build an extension object, it converts your div and all its html elements into a "screenshot".


https://html2canvas.hertzen.com/

Hope that helps