Questions tagged [poppler]

Poppler is a GPL'd PDF rendering library based on the xpdf-3.0 code base.

290 questions
0
votes
2 answers

pdf to searchable ps

I know people have asked similar question but couldn't find an answer to this. I have a pdf file that was produced using pdflatex. It is searchable (you can press ctrl+f and search for words inside) and it uses hyperref for the citations. I want to…
electrique
  • 431
  • 6
  • 18
-1
votes
1 answer

Compile a library in a way that it's shippable

I've a question regarding compilation of a dependency (namely poppler). Poppler is a dependency of my app which is an electron app. It's working fine on windows (because npm package node-poppler ships the poppler windows build). But on a mac / linux…
Bernhard
  • 4,855
  • 5
  • 39
  • 70
-1
votes
1 answer

Barcode copypaste brings weird characters

I'm working with poppler on C++, and I have some PDFs that contain barcodes. Most of the pdf printers I have to work with print the PDF and its numbers separatedly, so I don't have to deal with barcode reading. But those that express the barcode and…
Coyoteazul
  • 123
  • 1
  • 9
-1
votes
1 answer

PDF to text extraction using Poppler C API

I need do extract the text from the PDF file.With the help of Poppler API i can able to extract all text available in that page . even i can able to get the font information like Bold and italic .But i cant able to get the size of the text.Please…
Kavin
  • 63
  • 1
  • 7
-2
votes
1 answer

How to use libcairo-2.dll?

I want to crop pdfs and save them as pngs using my delphi program. I am currently using the cmd tool pdftocairo to do this. I want to use the libcairo-2.dll from poppler in my program to use the crop function but there is no documentions on how to…
1 2 3
19
20