[poppler] Bug: 3428 [kpdf] print some pages

2007-11-01 Thread Brad Hards
http://bugs.freedesktop.org/show_bug.cgi?id=3428 What is the story with this bug? Can it be closed? If we can close that, we can then close 3427. Brad pgpeqP7vYJR3l.pgp Description: PGP signature ___ poppler mailing list

[poppler] How to use poppler, to display PDF file in lesstif based application?

2007-11-01 Thread Manuel Reimer
Hello, is it possible to display a PDF file in an lesstif based application? If so: Which API would I have to use and where can I find the required documentation? Thanks in advance CU Manuel ___ poppler mailing list poppler@lists.freedesktop.org

Re: [poppler] How to use poppler, to display PDF file in lesstif based application?

2007-11-01 Thread Dominic Lachowicz
Hi Manuel, Using the poppler-glib API, you can render a PopplerPage to a GdkPixbuf or to a cairo_t. A GdkPixbuf is just an RGBA image that you can blit onto an X11 Drawable. If you want to use cairo, you can create a cairo surface using the lesstif widget's X11 Drawable, and then render onto the

Re: [poppler] Branch 'poppler-0.6' - 2 commits - glib/test-poppler-glib.c qt4/src qt4/tests

2007-11-01 Thread Albert Astals Cid
A Dijous 01 Novembre 2007, Brad Hards va escriure: On Thursday 01 November 2007 09:45, Albert Astals Cid wrote: glib/test-poppler-glib.c | 512 --- qt4/src/poppler-qt4.h | 64 qt4/tests/Makefile.am| 13

Re: [poppler] Bug: 3428 [kpdf] print some pages

2007-11-01 Thread Albert Astals Cid
A Dijous 01 Novembre 2007, Brad Hards va escriure: http://bugs.freedesktop.org/show_bug.cgi?id=3428 What is the story with this bug? Can it be closed? Yeah, we do that now from qt frontends. If we can close that, we can then close 3427. Well, 3427 depends on 3433 that it's still open, but

[poppler] 2 commits - glib/test-poppler-glib.cc poppler/GlobalParams.cc

2007-11-01 Thread Albert Astals Cid
glib/test-poppler-glib.cc |4 ++-- poppler/GlobalParams.cc |6 -- 2 files changed, 6 insertions(+), 4 deletions(-) New commits: commit cb80112afed2c5b9642c3c43f1cc001ed88d08cb Author: Jonathan Kew [EMAIL PROTECTED] Date: Thu Nov 1 20:53:05 2007 +0100 Do not try to parse

[poppler] Branch 'poppler-0.6' - 2 commits - glib/test-poppler-glib.cc poppler/GlobalParams.cc

2007-11-01 Thread Albert Astals Cid
glib/test-poppler-glib.cc |4 ++-- poppler/GlobalParams.cc |6 -- 2 files changed, 6 insertions(+), 4 deletions(-) New commits: commit 8f78e56ed6c997d02a90df119c90f08dded21ba0 Author: Jonathan Kew [EMAIL PROTECTED] Date: Thu Nov 1 21:50:49 2007 +0100 Do not try to parse

[poppler] Poppler is thread-safe?

2007-11-01 Thread Saharov Alex
Hello poppler@lists.freedesktop.org, Poppler library is thread-safe? Where I can get additional information about this? Thanks! --- Alex Saharov ___ poppler mailing list poppler@lists.freedesktop.org

Re: [poppler] Bug rendering PDF spec Version 1.5, PDF 1.4 configuration

2007-11-01 Thread Krzysztof Kowalczyk
In my experience valgrind does produce false positives, especially in optimized release builds. I'm not saying that this is the case here but it is a possibility. To better understand the issue you can use valgrind's capability to launch gdb when this happens and you from current instruction,

[poppler] Bug rendering PDF spec Version 1.5, PDF 1.4 configuration

2007-11-01 Thread Brad Hards
My stress test is showing a problem with PDFReference15_v5.pdf (doesn't appear to occur with PDFReference15_v6.pdf). I'm having a lot of trouble understanding the valgrind backtraces: Doing PDFReference15_v5.pdf :