Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for MCUs
  4. Show pdf
Qt 6.11 is out! See what's new in the release blog

Show pdf

Scheduled Pinned Locked Moved Unsolved Qt for MCUs
11 Posts 4 Posters 2.4k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Priyadharshini kumaravel
    wrote on last edited by
    #1

    Qt MCU have support to show the pdf ?

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      Qt has QtPdf module, you can check if it works on MCU. I don't know.

      (Z(:^

      P 2 Replies Last reply
      1
      • sierdzioS sierdzio

        Qt has QtPdf module, you can check if it works on MCU. I don't know.

        P Offline
        P Offline
        Priyadharshini kumaravel
        wrote on last edited by
        #3

        @sierdzio thanks,let me try this module

        1 Reply Last reply
        0
        • sierdzioS sierdzio

          Qt has QtPdf module, you can check if it works on MCU. I don't know.

          P Offline
          P Offline
          Priyadharshini kumaravel
          wrote on last edited by
          #4

          @sierdzio getting QML Module not found error while trying to import this module

          J.HilkJ 1 Reply Last reply
          0
          • P Priyadharshini kumaravel

            @sierdzio getting QML Module not found error while trying to import this module

            J.HilkJ Offline
            J.HilkJ Offline
            J.Hilk
            Moderators
            wrote on last edited by J.Hilk
            #5

            @Priyadharshini-kumaravel
            I'm afraid, you'll have to buy it separately
            https://marketplace.qt.io/products/qtpdf?_pos=1&_sid=c6144c590&_ss=r

            actually reading through the marketplace, seems to be also included in other licensing packages and is also available in LGPL and GPL.

            That seems new 🤔


            Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


            Q: What's that?
            A: It's blue light.
            Q: What does it do?
            A: It turns blue.

            P artwawA 2 Replies Last reply
            2
            • J.HilkJ J.Hilk

              @Priyadharshini-kumaravel
              I'm afraid, you'll have to buy it separately
              https://marketplace.qt.io/products/qtpdf?_pos=1&_sid=c6144c590&_ss=r

              actually reading through the marketplace, seems to be also included in other licensing packages and is also available in LGPL and GPL.

              That seems new 🤔

              P Offline
              P Offline
              Priyadharshini kumaravel
              wrote on last edited by
              #6

              @J-Hilk Is there any other option to display the pdf?

              J.HilkJ artwawA 2 Replies Last reply
              0
              • P Priyadharshini kumaravel

                @J-Hilk Is there any other option to display the pdf?

                J.HilkJ Offline
                J.HilkJ Offline
                J.Hilk
                Moderators
                wrote on last edited by
                #7

                @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


                Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


                Q: What's that?
                A: It's blue light.
                Q: What does it do?
                A: It turns blue.

                1 Reply Last reply
                1
                • J.HilkJ J.Hilk

                  @Priyadharshini-kumaravel
                  I'm afraid, you'll have to buy it separately
                  https://marketplace.qt.io/products/qtpdf?_pos=1&_sid=c6144c590&_ss=r

                  actually reading through the marketplace, seems to be also included in other licensing packages and is also available in LGPL and GPL.

                  That seems new 🤔

                  artwawA Offline
                  artwawA Offline
                  artwaw
                  wrote on last edited by
                  #8

                  @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.

                  For more information please re-read.

                  Kind Regards,
                  Artur

                  1 Reply Last reply
                  0
                  • P Priyadharshini kumaravel

                    @J-Hilk Is there any other option to display the pdf?

                    artwawA Offline
                    artwawA Offline
                    artwaw
                    wrote on last edited by
                    #9

                    @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.

                    For more information please re-read.

                    Kind Regards,
                    Artur

                    P 1 Reply Last reply
                    0
                    • artwawA artwaw

                      @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.

                      P Offline
                      P Offline
                      Priyadharshini kumaravel
                      wrote on last edited by
                      #10

                      @artwaw I am using Windows, and will it work for Qt MCUs?

                      artwawA 1 Reply Last reply
                      0
                      • P Priyadharshini kumaravel

                        @artwaw I am using Windows, and will it work for Qt MCUs?

                        artwawA Offline
                        artwawA Offline
                        artwaw
                        wrote on last edited by
                        #11

                        @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.

                        For more information please re-read.

                        Kind Regards,
                        Artur

                        1 Reply Last reply
                        0

                        • Login

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • Users
                        • Groups
                        • Search
                        • Get Qt Extensions
                        • Unsolved