/PDF-Mailer

A Python 3.x program to get the HTML form values and generate PDF with it and then mail the PDF to the destination mail account.

Primary LanguagePython

PDF-Mailer

A Python 3.x program which receives the submitted values of an HTML form and then generates a corresponding PDF. It then emails this generated PDF to the provided (destination) email account.

Requisites :

Please ensure the following Python packages are already downloaded and installed in the local desktop before running the program.

  • fpdf
  • smtplib
  • codecs
  • cgi
  • os
  • MIME modules