[poppler] Unsupported annotation widgets?

2010-07-15 Thread cobra.yu
Hi, While parsing some PDF files, such messages like "Annotation widget unsupported" occur. I guess it's due to the embedded Flash or other formats. Any suggestions? Thx. Cobra ___ poppler mailing list poppler@lists.freedesktop.org http://l

[poppler] Patch to Get PDF ID

2010-07-15 Thread srinivas adicherla
Hi, I made a small mistake in the last patch. Attached patches will compile now. By considering valuable suggestions from all, I created 3 patches to get the ID from the PDF document. All patches do the same. But the implementation has different. I request all to give suggestions

[poppler] Changes to 'refs/tags/poppler-0.14.1'

2010-07-15 Thread Albert Astals Cid
Tag 'poppler-0.14.1' created by Albert Astals Cid at 2010-07-15 23:48 -0700 0.14.1 Changes since poppler-0.14.0-17: --- 0 files changed --- ___ poppler mailing list poppler@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/poppler

[poppler] Patch proposal: Implementation for real gouraud shaded triangles

2010-07-15 Thread Christian Feuersaenger
Dear poppler developers, hereby I propose a new patch for a high quality, fast gouraud shader for triangle shadings. The patch provides - scalable triangle shadings (in contrast to the old approach), - correct shading, no approximation using flat triangles, - greatly (!) improved rendering spe

Re: [poppler] pdftocairo - Updated Patches

2010-07-15 Thread Carlos Garcia Campos
Excerpts from Albert Astals Cid's message of jue jul 15 18:04:06 +0200 2010: > A Dijous, 15 de juliol de 2010, Stefan Thomas va escriure: > > > * You or someone else want to mantain it (so that we don't end with > > > another > > > > > > pdftoabw) > > > > Sure, why not. (Spoken with genuine n

Re: [poppler] pdftocairo - Updated Patches

2010-07-15 Thread Albert Astals Cid
A Dijous, 15 de juliol de 2010, Stefan Thomas va escriure: > > * You or someone else want to mantain it (so that we don't end with > > another > > > > pdftoabw) > > Sure, why not. (Spoken with genuine naïvité.) Famous last words ;-) > > But if there's a bug filed against pdftocairo in Bugz

Re: [poppler] pdftocairo - Updated Patches

2010-07-15 Thread Stefan Thomas
* You or someone else want to mantain it (so that we don't end with another pdftoabw) Sure, why not. (Spoken with genuine naïvité.) But if there's a bug filed against pdftocairo in Bugzilla, somebody's gotta put me on CC, cause I don't monitor that. * Someone provides a cmake buildsy

Re: [poppler] pdftocairo - Updated Patches

2010-07-15 Thread Albert Astals Cid
A Dijous, 15 de juliol de 2010, Stefan Thomas va escriure: > Hello there, > > A while back a fellow by the name of Adrian Johnson contributed a patch > that added a new utility "pdftocairo". We've been using the tool for a > couple of months and have made a few updates to it. I'm attaching the >

Re: [poppler] Patch to Get PDF ID

2010-07-15 Thread Albert Astals Cid
A Divendres, 9 de juliol de 2010, srinivas adicherla va escriure: > Hi, > > By considering valuable suggestions from all, I created 3 patches to get > the ID from the PDF document. > > All patches do the same. But the implementation has different. I request > all to give suggestions that which

[poppler] Branch 'poppler-0.14' - Makefile.am

2010-07-15 Thread Carlos Garcia Campos
Makefile.am | 22 +++--- 1 file changed, 19 insertions(+), 3 deletions(-) New commits: commit aa7248bf78910c54819492fc188f6cc0ad26d733 Author: Carlos Garcia Campos Date: Thu Jul 15 15:05:10 2010 +0200 Rework ChangeLog generation to fix make distcheck diff --git a/Makefi

[poppler] 2 commits - glib/reference Makefile.am

2010-07-15 Thread Carlos Garcia Campos
Makefile.am| 22 +++--- glib/reference/Makefile.am |2 +- 2 files changed, 20 insertions(+), 4 deletions(-) New commits: commit 31ac578942b82cbd16b064abca586ccb89dfa7ce Author: Carlos Garcia Campos Date: Thu Jul 15 15:05:10 2010 +0200 Rework ChangeLog

[poppler] Poppler-data 0.4.3 released

2010-07-15 Thread Albert Astals Cid
Available from http://poppler.freedesktop.org/poppler-data-0.4.3.tar.gz Changes since 0.4.2: Updated eight Adobe-Japan1-6 CMap files Albert ___ poppler mailing list poppler@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/poppler

Re: [poppler] [poppler-data] eight Adobe-Japan1-6 CMap resources were modified and released on 06/24/2010

2010-07-15 Thread Albert Astals Cid
A Dijous, 1 de juliol de 2010, Hideki Yamane va escriure: > Hi, > > Adobe released new CMap resources, see > http://forums.adobe.com/thread/667996?tstart=0 In > poppler-data-0.4.2/cMap/Adobe-Japan1/ > UniJIS-UTF8-H (CMapVersion=13.013) > UniJIS-UTF16-H (CMapVersion=1.013) > UniJIS-UTF32-H

[poppler] Branch 'poppler-0.14' - utils/pdftoppm.cc

2010-07-15 Thread Albert Astals Cid
utils/pdftoppm.cc | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) New commits: commit 22744e9150bd6ce5c9e3c57bc92b867d2bb4380c Author: Albert Astals Cid Date: Thu Jul 15 10:51:21 2010 +0100 Fix padding of names The previous method returned 2 for documents w

[poppler] utils/pdftoppm.cc

2010-07-15 Thread Albert Astals Cid
utils/pdftoppm.cc | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) New commits: commit fe69b474ae63c9d5d2538db9e51e666dd6ea9fb3 Author: Albert Astals Cid Date: Thu Jul 15 10:51:21 2010 +0100 Fix padding of names The previous method returned 2 for documents w

Re: [poppler] compile poppler on windows

2010-07-15 Thread Hib Eris
Hi Jun, On Thu, Jul 15, 2010 at 9:12 AM, Deng Jun wrote: > Hi,Hib > Thanks for your suggestion!! > I tried the development version of poppler. > but I am  not familiar with Autotools(Seems the Autotools of Mingw > environment also has some problem...) > I typed : > autoconf > automake > ./configu

Re: [poppler] compile poppler on windows

2010-07-15 Thread Deng Jun
Hi,Hib Thanks for your suggestion!! I tried the development version of poppler. but I am not familiar with Autotools(Seems the Autotools of Mingw environment also has some problem...) I typed : autoconf automake ./configure is the above command sequence right? 2010/7/15 Hib Eris > Hi Jun,