Convert HTML to PDF Using JavaScript HTML2PDF.js Library

Convert HTML to PDF Using JavaScript HTML2PDF.js Library

Install html2pdf Library Add html2pdf library in your code using CDN. HTML to PDF Using JavaScript Code index.html You can also pass the custom options to the html2pdf library as shown below. It will add custom margin to the pdf document and also pass the filename and also pass the html2canvas and jspdf library. Output Screenshot

7Zip Compression/Decompression Using Python 3 and py7zr

Default Featured Image

In this tutorial, you will learn how to use Python 3 and py7zr to perform 7Zip Compression/Decompression. How to Install py7zr? How to use py7zr in CLI? You can run the below-mentioned py7zr commands according to your specific requirements. List archive contents Extract archive Extract archive with password Create and compress to archive Create multi-volume … Read more

C++ OpenGL 2D Bubble Shooter Game Source Code

Default Featured Image

Today, I will show you how to create a 2D bubble shooter game using C++ and OpenGL. This program will definitely help you learn C++ game development. The complete source code of the 2D Bubble Shooter Game written in C++ is given below. C++ Bubble Shooter Game Code code.cpp

JavaScript WebRTC Video Recorder and Download as MP4 Video

JavaScript WebRTC Video Recorder

In this tutorial, I will teach you how to make a Javascript WebRTC Video Recorder. You can also play/download the recorded MP4 video file. The complete source code of our Javascript WebRTC Video Recorder is given below. Javascript WebRTC Video Recorder Source Code index.html style.css script.js Run the Project Open the index.html file using a … Read more