Show pdf
-
Qt MCU have support to show the pdf ?
-
Qt has
QtPdf
module, you can check if it works on MCU. I don't know. -
@Priyadharshini-kumaravel
I'm afraid, you'll have to buy it separately
https://marketplace.qt.io/products/qtpdf?_pos=1&_sid=c6144c590&_ss=ractually reading through the marketplace, seems to be also included in other licensing packages and is also available in LGPL and GPL.
That seems new 🤔
-
@Priyadharshini-kumaravel take a look at the wiki entry
https://wiki.qt.io/Handling_PDF
it shows a couple of alternatives, for creating and displaying PDF's -
@Priyadharshini-kumaravel Depending on the OS you run - if it is linux compat I can recommend Poppler library. I used it under Debian and Windows, works like a charm. Or you can go QtPdf way, just be aware it doesn't work with MinGW on Windows.
-
@Priyadharshini-kumaravel Both of them should work as both are c++. You just need to compile them for target platform as the rest of your code.