I am working with a digital signage device, which displays the Lunchplan for each week on a monitor. My workflow at the moment looks as follows:
- Download every Monday the PDF file of the new Lunchplan ( the website that stores the file always follow the same URL-Scheme -> www.lunchplan_week_XX_.com; the XX gets supstitutet for the Calendar Week)
- Convert the PDF to Png using an online converter
- Rename the file ( lunchplan_w_XX.png )
- Store the file in the folder that gets accesed by the digital signage device
My question now is, how would I go about writing a script to automate some of these steps? I know Python, but id also learn Bash if thats nececarry.