Furqan

jsPDF Autotable Tutorial: Give Different Widths to Columns & Rows of Table in PDF Document

jsPDF Autotable Tutorial: Give Different Widths to Columns & Rows of Table in PDF Document

You have to convert your columnWidth array to look like this: doc.autoTable({ html: '#table', columnStyles: { 0: {cellWidth: 100}, 1:…

July 6, 2022

jsPDF Autotable Tutorial: Copy CSS Styles of a Table to Another Table

You can use the useCss config option. This setting copies the basic CSS styles from one table to another.

July 6, 2022

jsPDF Autotable Tutorial: Draw Colorful Rounded Rectangle in a Cell of Table inside PDF Document

const doc = new jsPDF('p', 'pt', 'a4'); doc.autoTable({ head: headerdata, // array of arrays theme: 'grid', body: bodydata, // arry…

July 6, 2022

Instagram Login Page HTML and CSS Code Download

The official Instagram login page is designed using HTML and CSS. In this tutorial, I'll provide you complete source code…

July 6, 2022

Facebook Login Page HTML and CSS Source Code (Free Download)

The official Facebook login page is written in HTML5 and CSS3 code. The HTML code for the Facebook home page…

July 6, 2022

Rick and Morty AI Voice Over Using Replica

Have you ever heard about AI voice actors? Don't worry if you're unfamiliar with it because today I'll show you…

July 3, 2022

Schemats Tutorial and Ultimate Guide For Beginners

Introduction: What is Schemats and Why Should You Care? Schemats is a tool that helps you automatically generate TypeScript interface…

July 6, 2022

10 Best Android Animation Libraries 2025

Animation and transition effects play a vital role to enhance the UX of an app. Basically, Android is packed with…

June 22, 2025

35 Open Source Python Games Code Free Download 2025

If you were born in the decade of ’90s or even ‘2000 then you will definitely have the experience of…

June 22, 2025

15 Best Installers for Windows Programs 2025

Inno Setup Inno Setup is a free installer for Windows programs by Jordan Russell and Martijn Laan. First introduced in…

June 22, 2025