FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
Dear Community User! We have started the migration process.
This community is now in READ ONLY mode.
Read more: Important
information on the platform change.
03-16-2024 11:47 AM
Hello, i have written a template node ( to add a download button that create a pdf with some elements of the html page) which uses:
<script src="https://html2canvas.hertzen.com/dist/html2canvas.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.3.1/jspdf.umd.min.js"></script>
It is working but now i would like to adapt it to be able to work also offline, however i am not succeding in it, i tried both to copy and paste the whole .js of the two links inside <script> ... </script> and to download the .js file and access them with the local path but both didn't work, thanks you
Solved! Go to Solution.
03-18-2024 09:42 AM
Moved to sub forum Smart HMI - WebIQ Designer and Server.
Could you give some more information like which tool/apps you are using? Where should this script be executed?
03-18-2024 09:50 AM
Simply creat two library packages for these files as describe here: https://www.smart-hmi.com/user/download/deliver/docs/documentation-how-to-custom-library-2.15-ee64/i...
Then install these packages in your HMI.