Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Unsolved What's the future look like for QtPDF

    QtWebEngine
    3
    7
    428
    Loading More Posts
    • 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.
    • M
      mnbv last edited by mnbv

      I managed to get QtPDF working on 5.15.2 with MSVC 2019 (32-bit); I had to compile it from source but it wasn't prohibitively difficult, just a few dependencies (had to install ATL and MFC support in VS, and some tools -- perl and some other stuff I forget).

      The documentation at https://doc.qt.io/qt-5/qtpdf-module.html is very incomplete though. Also it wasn't available out of the box (it's the only module I've had to manually build, ever, really).

      My question is: What's up with this? It's super useful, and even having to compile it it's a lot less of a pain to set up than e.g. Poppler, but it's also super sketchy. Is that just because it's new?

      More specifically:

      1. Is it around to stay?
      2. Is the API stable or should I expect changes?
      3. Will there ever be support for MinGW? I don't normally work with MSVC and the compiler differences keep hurting my productivity a bit. Plus, it cuts off my Linux / Mac options.

      Thanks!

      1 Reply Last reply Reply Quote 0
      • JonB
        JonB last edited by

        @mnbv said in What's the future look like for QtPDF:

        Is it just really new?

        This module was introduced in Qt 5.14.

        I take it you need the features of Qt PDF? If all you want is to print PDF you can just do that via QPrinter/QWebEnginePage::printToPdf().

        M 1 Reply Last reply Reply Quote -1
        • M
          mnbv @JonB last edited by mnbv

          @JonB Yes I need the features of QtPDF... that's why I'm asking about it. :)

          I know it is really new, I read the documentation that I linked to; I asked if it was "sketchy" (incompletely documented, unavailable for all kits, not present out of the box) because it was really new (I've edited to clarify...). More specifically, what I'm asking about is listed in the numbered list of questions that I typed.

          JonB 1 Reply Last reply Reply Quote 0
          • JonB
            JonB @mnbv last edited by

            @mnbv said in What's the future look like for QtPDF:

            Yes I need the features of QtPDF... that's why I'm asking about it. :)

            If you look around the forum posts, you'll see that people ask all sorts of questions which turn out to require quite different resolutions. Half the effort here in answering questions is trying to guess/anticipate what the OP really means/needs!

            Questioners here roughly divide into those who know what they are talking/asking about, and those who don't. You apparently fit into the former category ;-)

            M 1 Reply Last reply Reply Quote 0
            • M
              mnbv @JonB last edited by

              This post is deleted!
              1 Reply Last reply Reply Quote 0
              • Christian Ehrlicher
                Christian Ehrlicher Lifetime Qt Champion last edited by

                Since this is a user-driven forum I would guess the mailing list is a much better place to ask the devs.

                Qt has to stay free or it will die.

                M 1 Reply Last reply Reply Quote 1
                • M
                  mnbv @Christian Ehrlicher last edited by mnbv

                  @Christian-Ehrlicher Ok, thanks. I'll post there.

                  1 Reply Last reply Reply Quote 0
                  • First post
                    Last post