[poppler] poppler/glib: poppler-page.cc,1.55,1.56

Albert Astals Cid aacid at kemper.freedesktop.org
Fri Apr 27 14:25:32 PDT 2007


Update of /cvs/poppler/poppler/glib
In directory kemper:/tmp/cvs-serv368/glib

Modified Files:
	poppler-page.cc 
Log Message:
        * glib/poppler-page.cc:
        * poppler/PSOutputDev.cc:
        * poppler/PSOutputDev.h:
        * qt/poppler-document.cc:
        * qt4/src/poppler-document.cc:
        * qt4/src/poppler-qt4.h:
        * utils/pdftohtml.cc:
        * utils/pdftops.cc:
        Add option to force rasterizing the pages when printing them
        Add functionality to output the title field on the PS file
        Only Qt4 frontend exposes the functionality

Bringing this features from KPDF 3.5.7 to poppler
Testers welcome
Patches for other frontends more than welcome
Comments and suggestions even more than welcome :-)


Index: poppler-page.cc
===================================================================
RCS file: /cvs/poppler/poppler/glib/poppler-page.cc,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- poppler-page.cc	25 Apr 2007 19:59:10 -0000	1.55
+++ poppler-page.cc	27 Apr 2007 21:25:30 -0000	1.56
@@ -789,10 +789,11 @@
     ps_file->out = new PSOutputDev (ps_file->filename,
                                     ps_file->document->doc->getXRef(),
                                     ps_file->document->doc->getCatalog(),
+                                    NULL,
                                     ps_file->first_page, ps_file->last_page,
                                     psModePS, (int)ps_file->paper_width,
                                     (int)ps_file->paper_height, ps_file->duplex,
-                                    0, 0, 0, 0, gFalse);
+                                    0, 0, 0, 0, gFalse, gFalse);
 
 
   ps_file->document->doc->displayPage (ps_file->out, page->index + 1, 72.0, 72.0,



More information about the poppler mailing list