[poppler]
poppler/utils: HtmlOutputDev.cc, 1.2, 1.3 pdffonts.cc, 1.1,
1.2 pdfinfo.cc, 1.1, 1.2 pdftohtml.cc, 1.1, 1.2 pdftotext.cc,
1.1, 1.2
Albert Astals Cid
aacid at freedesktop.org
Wed Jan 18 14:32:15 PST 2006
- Previous message: [poppler]
poppler/qt4/src: Makefile.am, 1.5, 1.6 poppler-document.cc,
1.13, 1.14 poppler-private.h, 1.3, 1.4 poppler-qt4.h, 1.23, 1.24
- Next message: [poppler] poppler/poppler: Annot.cc, 1.3, 1.4 Catalog.cc, 1.13,
1.14 Catalog.h, 1.7, 1.8 Dict.cc, 1.3, 1.4 Dict.h, 1.2,
1.3 FontInfo.cc, 1.6, 1.7 Function.cc, 1.3, 1.4 Gfx.cc, 1.5,
1.6 GfxFont.cc, 1.5, 1.6 GfxState.cc, 1.8, 1.9 Link.cc, 1.3,
1.4 Link.h, 1.1.1.1, 1.2 Makefile.am, 1.18, 1.19 Object.h,
1.1.1.1, 1.2 Outline.cc, 1.4, 1.5 PDFDoc.cc, 1.9,
1.10 PDFDoc.h, 1.6, 1.7 PSOutputDev.cc, 1.7, 1.8 Page.cc, 1.10,
1.11 PageLabelInfo.cc, 1.2, 1.3 Parser.cc, 1.4,
1.5 SecurityHandler.cc, 1.1, 1.2 Stream.cc, 1.10, 1.11 XRef.cc,
1.11, 1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/poppler/poppler/utils
In directory gabe:/tmp/cvs-serv28869/utils
Modified Files:
HtmlOutputDev.cc pdffonts.cc pdfinfo.cc pdftohtml.cc
pdftotext.cc
Log Message:
Brad patch for embedded document extraction, only has Qt4 bindings for now, needs Qt3 and glib work
Index: HtmlOutputDev.cc
===================================================================
RCS file: /cvs/poppler/poppler/utils/HtmlOutputDev.cc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- HtmlOutputDev.cc 30 Dec 2005 21:59:58 -0000 1.2
+++ HtmlOutputDev.cc 18 Jan 2006 22:32:13 -0000 1.3
@@ -33,6 +33,7 @@
#include "GlobalParams.h"
#include "HtmlOutputDev.h"
#include "HtmlFonts.h"
+#include "UGooString.h"
int HtmlPage::pgNum=0;
int HtmlOutputDev::imgNum=1;
Index: pdffonts.cc
===================================================================
RCS file: /cvs/poppler/poppler/utils/pdffonts.cc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pdffonts.cc 12 Dec 2005 20:15:11 -0000 1.1
+++ pdffonts.cc 18 Jan 2006 22:32:13 -0000 1.2
@@ -23,6 +23,7 @@
#include "Annot.h"
#include "PDFDoc.h"
#include "config.h"
+#include "UGooString.h"
static char *fontTypeNames[] = {
"unknown",
Index: pdfinfo.cc
===================================================================
RCS file: /cvs/poppler/poppler/utils/pdfinfo.cc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pdfinfo.cc 12 Dec 2005 20:15:11 -0000 1.1
+++ pdfinfo.cc 18 Jan 2006 22:32:13 -0000 1.2
@@ -28,6 +28,7 @@
#include "CharTypes.h"
#include "UnicodeMap.h"
#include "Error.h"
+#include "UGooString.h"
#include "config.h"
static void printInfoString(Dict *infoDict, char *key, char *text,
Index: pdftohtml.cc
===================================================================
RCS file: /cvs/poppler/poppler/utils/pdftohtml.cc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pdftohtml.cc 12 Dec 2005 20:15:11 -0000 1.1
+++ pdftohtml.cc 18 Jan 2006 22:32:13 -0000 1.2
@@ -28,6 +28,7 @@
#include "PSOutputDev.h"
#include "GlobalParams.h"
#include "Error.h"
+#include "UGooString.h"
#include "config.h"
#include "goo/gfile.h"
Index: pdftotext.cc
===================================================================
RCS file: /cvs/poppler/poppler/utils/pdftotext.cc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pdftotext.cc 12 Dec 2005 20:15:11 -0000 1.1
+++ pdftotext.cc 18 Jan 2006 22:32:13 -0000 1.2
@@ -29,6 +29,7 @@
#include "CharTypes.h"
#include "UnicodeMap.h"
#include "Error.h"
+#include "UGooString.h"
#include "config.h"
static void printInfoString(FILE *f, Dict *infoDict, char *key,
- Previous message: [poppler]
poppler/qt4/src: Makefile.am, 1.5, 1.6 poppler-document.cc,
1.13, 1.14 poppler-private.h, 1.3, 1.4 poppler-qt4.h, 1.23, 1.24
- Next message: [poppler] poppler/poppler: Annot.cc, 1.3, 1.4 Catalog.cc, 1.13,
1.14 Catalog.h, 1.7, 1.8 Dict.cc, 1.3, 1.4 Dict.h, 1.2,
1.3 FontInfo.cc, 1.6, 1.7 Function.cc, 1.3, 1.4 Gfx.cc, 1.5,
1.6 GfxFont.cc, 1.5, 1.6 GfxState.cc, 1.8, 1.9 Link.cc, 1.3,
1.4 Link.h, 1.1.1.1, 1.2 Makefile.am, 1.18, 1.19 Object.h,
1.1.1.1, 1.2 Outline.cc, 1.4, 1.5 PDFDoc.cc, 1.9,
1.10 PDFDoc.h, 1.6, 1.7 PSOutputDev.cc, 1.7, 1.8 Page.cc, 1.10,
1.11 PageLabelInfo.cc, 1.2, 1.3 Parser.cc, 1.4,
1.5 SecurityHandler.cc, 1.1, 1.2 Stream.cc, 1.10, 1.11 XRef.cc,
1.11, 1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the poppler
mailing list