Hacking Scripts contains amazing and awesome scripts written in Python, JavaScript, Java, Nodejs, and more. The main aim of the repository will be to provide utility scripts that might make everyday life easy.
Is your feature request related to a problem? Please describe.
Every time when we need to convert text file to pdf we need to go to chrome or google and do that but why not our script do that for us.
Describe the solution you'd like
We will use fpdf library in our script and using that we will fetch all the text from text file and make a pdf file in that same folder.
Is your feature request related to a problem? Please describe. Every time when we need to convert text file to pdf we need to go to chrome or google and do that but why not our script do that for us.
Describe the solution you'd like We will use fpdf library in our script and using that we will fetch all the text from text file and make a pdf file in that same folder.