[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


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,



More information about the poppler mailing list