Skip to content
coolwanglu edited this page Sep 6, 2012 · 62 revisions

dummy

Why I got compilation error?

  • Make sure you have installed all required packages (and headers)
  • Make sure poppler has been compiled with --enabled-xpdf-headers

Why there is no image generated?

  • Make sure you did not specify --process-nontext 0
  • Make sure libpng (and headers) is installed BEFORE poppler was compiled.

Why the generated HTML file looks ugly?

Recommended web browser

  • IE9 (for Windows)
  • Firefox / Chrome (for Linux/Mac)

Why I got incorrect text after copy & paste?

try run with --always-apply-tounicode 1

Why the generated text is so small?

try run with --zoom 2

Why images are blurred?

try run with --hdpi 288 --vdpi 288

Clone this wiki locally