Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Poppler for Windows using MSVC 2010
Qt 6.11 is out! See what's new in the release blog

Poppler for Windows using MSVC 2010

Scheduled Pinned Locked Moved General and Desktop
4 Posts 3 Posters 4.9k Views 1 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.
  • Z Offline
    Z Offline
    zuba
    wrote on last edited by
    #1

    Hi all, I'm new here :)
    How can i build poppler using MSVC 2010 / Qt 4.7?
    Or are there any other possibilities for read PDF file?
    I want to display pdf in QTextBrowser;

    Thanks

    1 Reply Last reply
    0
    • K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      [quote author="zuba" date="1307558171"]
      Or are there any other possibilities for read PDF file?
      [/quote]

      "This":http://developer.qt.nokia.com/forums/viewthread/5730/#34178 will give you at least partly an answer.

      Vote the answer(s) that helped you to solve your issue(s)

      1 Reply Last reply
      0
      • G Offline
        G Offline
        goetz
        wrote on last edited by
        #3

        From a quick look it seems that poppler can be built using "CMake":http://www.cmake.org/ instead of autotools (aka ./configure). CMake is available for windows too, so I'd give that a try.

        http://www.catb.org/~esr/faqs/smart-questions.html

        1 Reply Last reply
        0
        • Z Offline
          Z Offline
          zuba
          wrote on last edited by
          #4

          I resolved my problem with acrobat reader ActiveX control: added QAxWidget
          to window and with dynamicCall("LoadFile(const QString&)", pdfPath) I'm
          displaying pdfs;
          Thanks all

          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