Convert .csv zip Report to .PDF

Hi there,

I have just been working on a Python code to convert .csv/zip file to pdf and it’s working here: https://blynk-to-pdf.herokuapp.com/

Basically you just upload you zip file from the Reports Widget and it returns a zip file with the PDF:

Notes:

  • It’s super slow because it’s running on the Heroku free Dyno;
  • Some of my reports are exported using UTF-8 and other UTF-16 which causes unexpected behaviour; I don’t know why
  • I have tested with “Datastream” and “Device” report type only.

Comments, suggestions and critics are appreciated.

Peace.

7 Likes