Add script to compile/install poppler (for pdftotext)
commit4a6a1fb31de649e7854781b245d7413b3ff4296f
authorKirill Smelkov <kirr@mns.spb.ru>
Mon, 22 Nov 2010 18:12:34 +0000 (22 21:12 +0300)
committerKirill Smelkov <kirr@landau.phys.spbu.ru>
Mon, 20 Dec 2010 08:55:51 +0000 (20 11:55 +0300)
treee64b10d2208ed99a13796d90d19d8cf76ce43c9a
parentd6b420cd37f8abce889e6b16f24cbc64cec00ddc
Add script to compile/install poppler (for pdftotext)

Like with *.doc, *.pdf is a widely used format, so it would be a good
idea to ship default textconv driver for pdf. For this we'll use
pdftotext which is part of poppler. pdfinfo is also sometimes useful, so
let's ship it too.

NOTE: libpoppler-7.dll is 4.7M unstripped and 1.6M stripped. So far
I've not stripped it, becase right now we don't strip other
libraries and programs which we build ourselves from src/ (e.g.
libcurl-4.dll is 403K as shipped and 297K if stripped). But maybe it
would be a good idea to strip everything we build...

NOTE2: I've had to workaround one bug in TDM GCC that we ship...

Signed-off-by: Kirill Smelkov <kirr@mns.spb.ru>
src/poppler/.gitignore [new file with mode: 0644]
src/poppler/release.sh [new file with mode: 0755]