2020-09-05 08:13 AM
I am making temperature data logger using STM32L071, so every week I have to create (non editable) a PDF report from the device. Due to regulation and data protection I can't create this is PC/ Laptop. So only option left is generating pdf report in micro-controller it self.
I tried few option source library i.e https://github.com/AndreRenaud/PDFGen but it requires lot of dynamic memory.
If anyone tried before or knows right way please guide me.
2020-09-05 12:16 PM
Not aware of any bare metal PDF generating code.
"Bare metal" and "PDF" is an atrocious combination. I have to imagine there is a better way to do what you want to do.