/ConvertMaster

Convert PDFs to TXT and vice versa

Primary LanguagePythonThe UnlicenseUnlicense

ConvertMaster

Convert PDFs to TXT and vice versa

Installation

Clone the repository

git clone https://github.com/Obstinus/ConvertMaster.git

To use this script, you will first need to have the necessary libraries installed. These libraries are pdfplumber and fpdf. You can install them using the command below:

pip install -r requirements.txt

Use

python pdf2txt.py

Note: You need to edit the directories inside the pdf2txt.py file so that it knows where to fetch the PDF files and where to save the converted files.

PS: This code is just a rewrite of one I saw in a Youtube video. I just added some features and made it better - in my opinion.