Is there any example code for creating a PDF file in bare-matel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-09-05 8: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.
- Labels:
-
STM32L0 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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.
