Poppler is a GPL'd PDF rendering library based on the xpdf-3.0 code base.
Questions tagged [poppler]
290 questions
5
votes
0 answers
Build GDAL with PDF support on Windows
I'm trying to build GDAL with PDF support on a Windows 7 64-bit machine. I've found this thread and followed the advice given there:
I've downloaded win-kde and checked poppler, lcms & freetype packages for installation.
I've checked out gdal trunk…

galsh83
- 51
- 4
5
votes
3 answers
Can a PDF document contain images with different DPI?
the question says it all. Are there PDF documents that contain images with different dpi (Dot Per Inch) ?
Or is it assumed that if I know the dpi of one image, I know it of the whole document?

Daniel
- 1,473
- 3
- 33
- 63
4
votes
1 answer
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 use it but I fear that compiling it with NDK will…

P5music
- 3,197
- 2
- 32
- 81
4
votes
1 answer
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(),
…

P5music
- 281
- 3
- 12
4
votes
2 answers
CMake 3.18.0 not finding libopenjpeg2
Please forgive my ignorance when is comes to Cmake. I'm trying to install Poppler 0.86.1 on Centos 7 but I am stuck with an error that says CMake Error at CMakeLists.txt:208 (message): Install libopenjpeg2 before trying to build poppler. I have…

cbronson
- 366
- 1
- 9
4
votes
2 answers
Install poppler onto Heroku Server django
I am trying to install poppler on my Heroku server because I am using pdf2image as a python package. However, I can't just run brew install poppler like I did on my Mac.
I have tried to add some heroku buildpacks off the internet but with no luck.…

Adam LaMorre
- 655
- 7
- 21
4
votes
1 answer
How i can use Poppler-QML-plugin in my application?
Hello guys i have found into this repository
https://github.com/dept2/Poppler-QML-plugin
a qml plugin for show a pdf file into a qml file, but i don't know how i can use it someone can help me?
In ubuntu 18.04 version i have found this plugin with…

pablodepas87
- 197
- 1
- 16
4
votes
1 answer
how to install poppler for python 3 in linux?
Is there a way to install poppler for python 3 in linux?
I have used apt-get install python-poppler to install it for python 2, but I haven't found how to do it for python 3.
I am using Ubuntu 14.04 trusty

Pablo Guerrero
- 936
- 1
- 12
- 22
4
votes
2 answers
Convert multi pages PDF into single html file using pdftohtml poppler utility
I am converting PDF document into HTML using poppler utility. But its creating separate html file for each page, but I want a single HTML file after converting pdf to html.
I used following syntax:
pdftohtml -c abc.pdf
But its creating abc-1.html,…

Deepti Kakade
- 3,053
- 3
- 19
- 30
4
votes
1 answer
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 is terribly under documented and the only simple…

japs
- 1,286
- 13
- 27
4
votes
1 answer
Dramatic speed difference between PDF to PNG vs. PDF to JPEG
Using pdftocairo, on a Xeon E5-2630 (2.3GHz) CentOS 6.3 machine, poppler 0.24, cairo 1.12, libpng 1.2.49, openjpeg 1.3.10 (both CentOS default), I tested converting a 37 page PDF to convert to JPEG and PNG. I ran pdftocairo with no special options…

Victor
- 584
- 4
- 16
4
votes
1 answer
How to display a PDF in its true scale with Poppler?
I am getting confused as to how to display a PDF document in its true scale, i.e. scale = 100%.
NB: I am using python-poppler-qt4.
Poppler-qt4 provides a method to get the true size of the PDF in points:
document =…

neydroydrec
- 6,973
- 9
- 57
- 89
3
votes
1 answer
Poppler alternatives
Are out there some alternatives to the Poppler library?
My target is C++, in particular with the Qt 4 toolkit.

senseiwa
- 2,369
- 3
- 24
- 47
3
votes
0 answers
Cannot install dependencies for QPageViewer alongside PyQt5
I am trying to make a program with PyQt5 where on one side it displays a scrollable pdf.
I found a third-party tool called QPageViewer that is compatible with PyQt5, but it has python-poppler-qt5 as a dependency.
Every time I attempt to pip install…

Nikolas
- 60
- 7
3
votes
3 answers
Plotly in python: Exporting to .eps - poppler library not found on path using windows
I've been using plotly a lot for creating graphs and visualizations. I'm working in jupyter notebooks on my local machine (Windows). For a specific use case, I am now required to save these graphics in high resolution .eps files. However, I can't…

Entspannter
- 41
- 5