April – CIF Team

April 11th 2019

We set up SMTP emails so that when ever a form is submitted, a copy of form will be emailed to us. One of the problem with the form’s data is that it is stored as a .csv file and it is very unorganized to work with.

So we want to convert a this file into an organized PDF file. We tried converting directly from excel but the formatting is not readable. So we created a website with PHP background that converts .csv files into formatted PDFs.

This is the how the conversion tool looks like in the website. We can upload a .csv file like the one shown above and it will convert it to a downloadable PDF.

 

This is how the PDF looks like after conversion