Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
227 views

poppler library for Android app (NDK) will be possible instead of xpdf?

I need to create an Android app that shows pdf files and I want to use xpdf or poppler library. This question is only about these 2 choices. I already know how to exploit poppler-qt4 so I'd prefer to ...
2
votes
1answer
957 views

using Poppler Qt4 c++

i need a pdf viewer library to be used in my app, am using c++ and QT i downloaded Poppler and code example The Poppler Qt4 interface library but, i do not know how to configure the library to work ...
2
votes
1answer
309 views

Building PyGTK- and poppler-based binaries under Windows

For quite some time now, I've been fighting in vain to get a software I'm working on to work under Windows. It's written in Python (the 2.x series), and although all Linux users can benefit from its ...
2
votes
1answer
925 views

have you got a py-poppler-qt example?

I'm developing an application in PyQt4 that eventually has to open and show PDF files. For this task there is a python library: python-poppler (in various spelling flavours). The problem is that it ...
2
votes
2answers
755 views

Poppler programming

Poppler is a classic example of something without documentation that you would prefer be documented. This question is language agnostic, just asking about the general idea.. In short, how do you make ...
1
vote
1answer
35 views

How can I build libpoppler from source?

I just download poppler to Linux system,and I want to incorporate it in my app to parse pdf file. (My goal is to convert pdf file to plain text.) How can I do this?
1
vote
0answers
59 views

Error In Poppler Lib Configuration

I use the following configuration to compile the Poppler library on my Mac OS-X 10.6 with Qt4.7.3: ./configure --enable-poppler-qt4 --enable-static --enable-poppler-cpp --enable-zlib It configures ...
1
vote
1answer
302 views

is MuPdf library faster than xpdf/poppler at rendering images from pdf pages?

is MuPdf library faster at rendering images from pdf pages than xpdf/poppler? they say it is high-performance.
1
vote
1answer
196 views

Qt: opening qrc pdf with the poppler library

I'm having a bit of trouble with my function for displaying pdf's with the poppler library. The code below is the function in which the problem occurs. const QString &file is the path to the file ...
1
vote
1answer
160 views

Installing Poppler on cygwin

I just downloaded Poppler 0.16.5 and I am clueless on how to install this package on cygwin. Can anyone tell me whats the proper command in order to install poppler?
1
vote
3answers
629 views

Poppler library for QT4 on windows

I am making a program in which I will include datasheets of PIC processors. I now want to display these inside the QT program itself as a widget. I wanted to use poppler for this, but I am having a ...
1
vote
1answer
257 views

iPDF-poppler passworded document

Note: I am not sure if this is better here, or at superuser, but since it concerns the poppler library, I would assume here, because people here are more likely to know how it works. Software: iPDF ...
1
vote
2answers
555 views

Qt: Add poppler library

I have downloaded Qt SDK (with the libraries) for Linux from the Qt website. Now I want to add the poppler library to it so that I can read PDF files. But the problem is if I install ...
1
vote
1answer
210 views

Poppler 0.14.1 build issue

I cannot build Poppler 0.14.1 from source code on CentOS 5.4. When I do ./configure it ends with a message like: checking for FONTCONFIG... configure: error: Package requirements (fontconfig ...
0
votes
0answers
27 views

Poppler configure issue [closed]

I want to incorporate libpopper into my application to be able to parse pdf file to plain text. After I got the source code of poppler, I executed ./Configure but received the following error about ...
0
votes
1answer
12 views

Poppler Compilation with windows and cmake gets error

I want to compile poppler for windows with Cmake and VS2008. but when i want to configure it with cmake the following error is produced: CMake Error at C:/Program Files (x86)/CMake ...
0
votes
1answer
86 views

PHP shell_exec, permission denied for executing -rwxrwxrwx shell script

I am currently over ssh on a remote CentOS 5.6 system which runs an Apache webserver. I need to use the poppler pdftohtml binary which, unfortunately, is not currently installed on that machine. So I ...
0
votes
0answers
48 views

Ruby/Poppler PDF Table of Contents/Index

Have been trying to obtain the TOC/Index for PDF files using Ruby and Poppler. I would really appreciate any suggestions or hints in the right direction I am successful at getting the major Chapters, ...
0
votes
0answers
55 views

Poppler alternatives

Are out there some alternatives to the Poppler library? My target is C++, in particular with the Qt 4 toolkit.
0
votes
1answer
68 views

Debugging SWIG PHP extension: undefined symbol: _ZN15SplashOutputDev9updateAllEP8GfxState

I just reinstalled my server, switching from Ubuntu 11.04 to 11.10 and from 32 to 64-bit. Afterwards I tried to reinstall my custom SWIG PHP extension. I compiled with swig ...
0
votes
1answer
131 views

read, highlight, save PDF programmatically

I'd like to write a small script (which will run on a headless Linux server) that reads a PDF, highlights text that matches anything in an array of strings that I pass, then saves the modified PDF. I ...
0
votes
1answer
143 views

how to extract pdf index/table-of-contents with poppler?

I see that pdf-viewers like okular and evince are able to display the index of a pdf document (book) very well, with link to every paragraph. How can they do so? They use poppler library, how could I ...
0
votes
1answer
137 views

why poppler pdf rendering so bad in my program (Qt4)?

I am experimenting with poppler pdf library and QT4. I use this instruction: image = pdfPage->->renderToImage(72.0,72.0,0,0,pdfPage->pageSize().width(),pdfPage->pageSize().height()); Are there better ...
0
votes
1answer
190 views

exploiting poppler in Qt creator - help

I am trying to compile a Qt project that uses poppler library for pdf (linux). I put #include in the mainwindow.cpp I put poppler folder in my project folder besides mainwindow.cpp poppler-qt4.h is ...
0
votes
1answer
760 views

dllimport /dllexport and static libraries compilation under visual c++

I desperatly need your help. Im trying to compile statically the poppler library (specially for qt4) on windows with the visual c++ 2008 compiler. To achieve this task I needed to compile a bunch of ...
0
votes
1answer
250 views

Poppler installation

I downloaded the new poppler 0.15 tarball and i built it from source successfully but when trying dpkg -l | grep poppler it outputs ii libpoppler-dev ...
0
votes
1answer
189 views

How can I compile libpoppler-qt with Nokia's Qt SDK

Morning ! I would like to compile libpoppler and libpoppler-qt4 (the Qt Api/bindings) with the Nokia's mac sdk available on the website. I've tried a lots of configure switch but it does not works. ...
0
votes
0answers
394 views

Qt + poppler on MAC

I would like to create an application in Qt that uses poppler to display pdf documents. I could manage this on Windows however I cannot make it work on MAC (which is also important for me). I used ...
0
votes
1answer
1k views

Extracting text from PDF with Poppler (C++)

I'm trying to get my way through Poppler and its (lack of) documentation. What I want to do is a very simple thing: open a PDF file and read the text in it. I'm then going to process the text, but ...