summaryrefslogtreecommitdiff
path: root/utils/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2013-08-24pdfinfo: indicate if pdf contains javascriptAdrian Johnson1-0/+4
2013-07-08build: Make -lpthread take preference over -pthreadCarlos Garcia Campos1-1/+3
This makes libpoppler link to pthreads and fixes runtime error due to unresolved pthread symbols when running some of the utils and tests.
2012-08-15build: remove extra fontconfig CFLAGS and LIBSPino Toscano1-3/+1
fontconfig is used only in .cpp sources inside the 'poppler' subdirectory, so there is no need to add the include paths for it in other directories; likewise, do not to link to it if not needed
2012-03-28update Makefile.am to reflect LIBJPEG_CFLAGS, LIBTIFF_CFLAGS, LIBPNG_CFLAGS ↵suzuki toshiya1-0/+6
for related sources.
2012-02-06Merge branch 'master' into xpdf303mergeAlbert Astals Cid1-10/+15
Conflicts: poppler/CairoOutputDev.cc poppler/CairoOutputDev.h poppler/FontInfo.cc poppler/GfxFont.cc poppler/GfxState.cc poppler/GlobalParams.cc poppler/GlobalParams.h poppler/Lexer.cc
2012-01-30pdftocairo/automake: link with lcmsSuzuki Toshiya1-0/+5
2011-12-23autoconf: Check for cairo-ft and other cairo backendsAdrian Johnson1-2/+2
so that CAIRO_LIBS includes the freetype dependency and pdftocairo includes the dependencies for optional cairo backends. Bug 43969
2011-09-27Rename pdfmerge and pdfextractAlbert Astals Cid1-8/+8
To pdfunite and pdfseparate, the old names were taken
2011-09-25xpdf303: Added the pdfdetach toolCarlos Garcia Campos1-0/+6
I haven't merged xpdf code for embedded files, I think our implementation is better and more complete. I've adapated pdfdetach code to use our code and return also embedded files of file attachment annotations to match what xpdf does.
2011-09-18pdfextract and pdfmerge man pagesThomas Freitag1-0/+2
2011-08-29Add pdfextract and pdfmergeThomas Freitag1-0/+10
See "Creating PDF with poppler ?" thread for more info
2011-08-28Fix building static-linked pdftocairosuzuki toshiya1-2/+3
2011-08-22Ship HtmlUtils.hAlbert Astals Cid1-0/+1
2011-08-21Add pdftocairo man pageAdrian Johnson1-1/+4
2011-08-21pdftocairo - utility for creating png/jpeg/ps/eps/pdf/svg using CairoOutputDevAdrian Johnson1-2/+18
2011-03-22kill unmaintained abiword backendAlbert Astals Cid1-16/+2
2010-08-31Make GBool a bool instead of an intAlbert Astals Cid1-1/+1
Passes the regression tests and might make things faster and use a bit less memory
2009-08-11[build] Fix build with autotoolsCarlos Garcia Campos1-0/+1
2009-08-08Add the -png flag to pdftoppm to output to PNGAlbert Astals Cid1-4/+0
Based on a patch by Shen Liang <shenzhuxi@gmail.com> Also factored common PNG code from HtmlOutputDev to PNGWriter
2009-05-02Link pdftoabw to abiword libsAlbert Astals Cid1-10/+12
Fixes bug #21520
2009-01-06Make pdftohtml output png images when the image stream is not a jpegWarren Toomey1-0/+4
2008-12-26Fix compile warnings on auto imports for mingw32Hib Eris1-0/+2
2008-09-09i want this packaged tooAlbert Astals Cid1-0/+2
2008-08-01Improve manpages and add -listenc to pdfinfo and pdftotext in the wayAlbert Astals Cid1-0/+2
Our manpages listed things like xpdfrc and -cfg options we don't support at all. Also some options were missing from the man pages Finally there was the -enc option you completely had to guess which string to pass, so i've added the -listenc option to get the user the list of encodings he can use
2007-04-042007-04-03 Jeff Muizelaar <jeff@infidigm.net>Jeff Muizelaar1-2/+14
* configure.ac: * poppler/ABWOutputDev.cc: * poppler/ABWOutputDev.h: * poppler/Makefile.am: * utils/Makefile.am: * utils/pdftoabw.cc: Add AbiWord output device and pdftoabw program. Patch by Jauco Noordzij. Autotools stuff by Dominic Lachowicz.
2006-09-25 * glib/Makefile.amAlbert Astals Cid1-2/+4
* qt/Makefile.am * qt4/src/Makefile.am * qt4/tests/Makefile.am * test/Makefile.am * utils/Makefile.am: Add FONTCONFIG_CFLAGS FONTCONFIG_LIBS for people that need them. Patch by morfoh@opensde.org. Fixes bug #8415
2006-04-122006-04-11 Kristian Høgsberg <krh@redhat.com>Kristian Høgsberg1-4/+2
* configure.ac: * poppler-glib.pc.in: * glib/Makefile.am: * glib/poppler-page.cc: * glib/poppler-page.h: * glib/poppler.h: * poppler/CairoOutputDev.cc: * poppler/CairoOutputDev.h: * glib/poppler-features.h.in: Make the CairoOutputDev render to a cairo_t instead of a cairo_surface_t and expose that functionality in the glib wrapper (poppler_page_render). * test/Makefile.am: * test/gtk-cairo-test.cc: Update gtk-cairo-test to use this new interface and add a spin button for changing page (#5951). * utils/Makefile.am (EXTRA_DIST): Fix warning where this was assigned twice.
2006-02-282006-02-28 Kristian Høgsberg <krh@redhat.com>poppler-0.5.1Kristian Høgsberg1-12/+17
* configure.ac: Bump release to 0.5.1. * NEWS: Sum up 0.5.1 changes so far. * TextOutputDev.h: add getters for a couple of attributes. * glib/Makefile.am: * poppler/Makefile.am: Move cairo link dependency to glib bindings.
2006-02-23Don't build pdftoppm when splashoutput is disabled as it does not linkAlbert Astals Cid1-2/+11
2006-02-04Added a DTD of the xml pdftohtml creates patch by Stefan SchweizerAlbert Astals Cid1-0/+2
2006-02-04Actually create pdftoppm patch by Stefan SchweizerAlbert Astals Cid1-2/+8
2006-01-062006-01-06 Kristian Høgsberg <krh@redhat.com>Kristian Høgsberg1-9/+45
* qt/poppler-page.cc: * qt/poppler-private.h: * qt/poppler-qt.h: * qt4/src/Makefile.am: * qt/Makefile.am: * poppler/Makefile.am: Move PageTransition to qt bindings, move contents from Private.h to qt/poppler-private.h. * poppler/TextOutputDev.cc (visitWord): Remove #warning. * utils/Makefile.am (pdfimages_SOURCES): Add ImageOutputDev.h, use dist_man1_MANS so we actually dist the man pages. * goo/Makefile.am (poppler_goo_include_HEADERS): Add GooVector.h. * glib/reference/Makefile.am: DOC_SOURCE_DIR must be relative to $(srcdir), fix this to make distchek run. * m4/qt.m4: * m4/libjpeg.m4: * acinclude.m4: * configure.ac: Split out Qt and libjpeg checks from configure.ac and acinclude.m4 to m4/qt.m4 and m4/libjpeg.m4.
2005-12-212005-12-21 Kristian Høgsberg <krh@redhat.com>Kristian Høgsberg1-6/+9
* utils/Makefile.am: Add parseargs.h to sources and add -I$(top_srcdir)/poppler to INCLUDES. * poppler/CairoFontEngine.cc: Apply patch from Hiroyuki Ikezoe to man non-embedded CJK fonts work.
2005-12-18Fix utils building on SlackwareAlbert Astals Cid1-1/+2
2005-12-122005-12-12 Kristian Høgsberg <krh@redhat.com>Kristian Høgsberg1-0/+18
* Makefile.am: * configure.ac: * goo/GooVector.h: * utils/HtmlFonts.cc: * utils/HtmlFonts.h: * utils/HtmlLinks.cc: * utils/HtmlLinks.h: * utils/HtmlOutputDev.cc: * utils/HtmlOutputDev.h: * utils/ImageOutputDev.cc: * utils/ImageOutputDev.h: * utils/Makefile.am: * utils/parseargs.c: * utils/parseargs.h: * utils/pdffonts.1: * utils/pdffonts.cc: * utils/pdfimages.1: * utils/pdfimages.cc: * utils/pdfinfo.1: * utils/pdfinfo.cc: * utils/pdftohtml.1: * utils/pdftohtml.cc: * utils/pdftoppm.1: * utils/pdftoppm.cc: * utils/pdftops.1: * utils/pdftops.cc: * utils/pdftotext.1: * utils/pdftotext.cc: Add command line utilities from xpdf.