In my embedded project, I'm using emWin for capturing the screenshot. The image saved is in .bmp format. Now my requirement is to convert this image into a pdf file.
Since there is no option in emWin to save as pdf, I'm thinking of using libharu library.
Does this library have the option to convert bmp to pdf? If it is not useful, how can I achieve this? Please guide me.