jsPDF-Autotable Print Special Characters & Fonts in Table

jsPDF-Autotable Print Special Characters & Fonts in Table

After the release of version 1.4.0, the jsPDF finally supports encoding diacritics characters, but in a very strange way, in my opinion. Find the font which contains the characters that you need. Let’s say it will be a Calibri. Go to C:\Windows\Fonts\Calibri and copy a .ttf font file to Desktop. Go to jsPDF FontConverter and select copied font file. Click on … Read more

Schedule Python Scripts Using Windows Task Scheduler

Default Featured Image

In this tutorial, you will learn how to schedule a Python 3 script using Windows Task Scheduler. Basically, this project will be very useful when you want to execute your Python code at specific times. For the sake of this tutorial, I’ll create a Python program that prints “Hello World!” on screen and make it … Read more