Button Widget to create a PDF file on click with the contents of a Container.
Implements the "html2pdf" javascript client library (https://github.com/eKoopmans/html2pdf.js).
Usage:
Css helper class:
With ".show-on-export" css helper class, you can hide content on screen to show on the pdf; eg. image of logo and so on... Simply apply this class to Container contents that you don't want to show on screen but you want to print on the pdf.
Know issues:
Updated JQuery to the latest version (3.6.3). Thank's to Vone Ang.