Show pdf
-
wrote on 10 Feb 2021, 06:13 last edited by
Qt MCU have support to show the pdf ?
-
Qt has
QtPdf
module, you can check if it works on MCU. I don't know. -
wrote on 10 Feb 2021, 06:44 last edited by
@sierdzio thanks,let me try this module
-
wrote on 10 Feb 2021, 07:12 last edited by
@sierdzio getting QML Module not found error while trying to import this module
-
@sierdzio getting QML Module not found error while trying to import this module
@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
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 🤔
wrote on 10 Feb 2021, 10:06 last edited by@J-Hilk Is there any other option to display the pdf?
-
@J-Hilk Is there any other option to display the pdf?
@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
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 🤔
wrote on 10 Feb 2021, 13:02 last edited by@J-Hilk it is not. Never was despite what the docs say. Oh, the files are there but you'll always get "module not found" error. I used it by cloning the repo and compiling myself - then works just fine.
-
@J-Hilk Is there any other option to display the pdf?
wrote on 10 Feb 2021, 13:04 last edited by@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 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.
wrote on 11 Feb 2021, 05:59 last edited by@artwaw I am using Windows, and will it work for Qt MCUs?
-
@artwaw I am using Windows, and will it work for Qt MCUs?
wrote on 11 Feb 2021, 09:44 last edited by@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.
6/11