Results 1 to 5 of 5

Thread: Poppler and Qt embedded

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    May 2008
    Location
    Spain
    Posts
    92
    Thanks
    13
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Poppler and Qt embedded

    Does poppler depend of X11??

    I would like to use poppler with Qt embedded 4.5.0 without X server (-qws).
    When I compile poppler, I use this option --without-x, but later, binary require me X libs.

    Any idea??

    Best regards.
    John Martin.

  2. #2
    Join Date
    May 2008
    Location
    Spain
    Posts
    92
    Thanks
    13
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Poppler and Qt embedded

    Well, after some days, I have found the problem.
    I did not known why but I have forgoten to setup the correct path of moc.

    Now I fix to correct moc (Qt embedded) and now I have my own app with pdf viewer, but there some strange.
    If I try to open a pdf with a lot of picture, the cpu usage go up to 100%.
    is it normal?

    Best regards

  3. #3
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,017 Times in 4,793 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Poppler and Qt embedded

    If the pictures are compressed or scaled inside the pdf then rendering them can be cpu intensive.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  4. #4
    Join Date
    May 2008
    Location
    Spain
    Posts
    92
    Thanks
    13
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Poppler and Qt embedded

    Quote Originally Posted by wysota View Post
    If the pictures are compressed or scaled inside the pdf then rendering them can be cpu intensive.
    Thank you very much.
    After understand problem, I suppose that best option is to convert pdf files to html (load quickly).

    Best regards.

  5. #5
    Join Date
    Jun 2010
    Posts
    1
    Thanks
    1
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Default Re: Poppler and Qt embedded

    hi webquinty,
    can u provide me with the steps u followed to cross-compile poppler?
    thnx a lot,

Similar Threads

  1. Bulding a PDF Plugin for qtWebKit using poppler
    By qt-liviu in forum Qt Programming
    Replies: 1
    Last Post: 8th October 2012, 14:15
  2. Poppler
    By maider in forum General Programming
    Replies: 1
    Last Post: 13th July 2010, 19:13
  3. Poppler for windows
    By maider in forum Installation and Deployment
    Replies: 0
    Last Post: 11th March 2010, 11:01
  4. Poppler building problem under MSVS2008
    By Annihilator in forum Installation and Deployment
    Replies: 1
    Last Post: 18th February 2010, 08:18
  5. Problem to build poppler under Windows
    By Lykurg in forum Installation and Deployment
    Replies: 0
    Last Post: 12th November 2008, 17:35

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.