HOW TO CREATE A LINUX BASH SCRIPT TO CONVERT PDF TO PNG
I needed to find a way to convert over 100 PDF files to PNG and make sure the files PNG were compressed and as small as possible. After doing some research and asking ChatGPT, I was able to get it working by using the below bash Linux script. There are online tools available to assist […]