[poppler] patch for pdftopng

2009-05-28 Thread Shen Liang
patch for pdftopng -- Forwarded message -- From: Shen Liang Date: Tue, May 26, 2009 at 12:47 PM Subject: Re: [poppler] Fwd: Donate some codes for poppler To: Albert Astals Cid I'm sorry I got a mistake on the attach. On Sat, May 23, 2009 at 5:57 PM, Albert Astals Cid

Re: [poppler] patch for pdftopng

2009-06-14 Thread Shen Liang
I merged pdftopng to pdftoppm. It works as "pdftoppm -png" now. Maybe it should be something like "pdf2image" in the future and get more format to support. On Sun, Jun 7, 2009 at 6:15 AM, Albert Astals Cid wrote: > A Divendres, 29 de maig de 2009, Shen Liang va escriure

[poppler] Any one compile poppler with mingw for windows?

2009-09-09 Thread Shen Liang
Is it possible compile poppler with mingw+msys on windows or with mingw on linux? I git the latest source. When I compiled with mingw+msys, I always got error about freetype. I installed mingw 32 on Ubuntu, and run: export CC=i586-mingw32msvc-gcc export CXX=i586-mingw32msvc-g++ export LD=i586-min

Re: [poppler] Poppler 0.12.0 fails to compile (Gfx.cc) due to undefined type uint

2009-09-09 Thread Shen Liang
I got cd . && /bin/sh /h/projects/poppler/poppler/missing --run autoconf Can't locate object method "path" via package "Autom4te::Request" (perhaps you forgot to load "Autom4te::Request"?) at /usr/bin/autom4te line 81. make: *** [configure] Error 1 after autogen.sh and make with mingw+msys on win

Re: [poppler] Any one compile poppler with mingw for windows?

2009-09-09 Thread Shen Liang
fter autogen.sh and make with mingw+msys on windows. On Thu, Sep 10, 2009 at 1:07 PM, Vincent Torri wrote: > > > On Thu, 10 Sep 2009, Shen Liang wrote: > > Is it possible compile poppler with mingw+msys on windows or with mingw on >> linux? >> I git the latest source.

Re: [poppler] Any one compile poppler with mingw for windows?

2009-09-10 Thread Shen Liang
, Vincent Torri wrote: > > > On Thu, 10 Sep 2009, Shen Liang wrote: > > For poppler 0.10.5, it said can't find libfreetype.la. >> > > add in LDFLAGS the path where freetype lib is installed > > For latest poppler from git, on Ubuntu, I do ./configure >> --ho

Re: [poppler] [PATCH] JPEG support for pdftoppm

2009-10-10 Thread Shen Liang
I got there errors for the last poppler from git make[2]: *** No rule to make target `goo/ImgWriter.cc', needed by `ImgWriter.lo'. Stop. make[2]: Leaving directory `/mnt/sda8/projects/poppler/poppler/goo' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/mnt/sda8/projects/popple

Re: [poppler] experience with poppler and windows (rgb/bgr problem)

2009-10-16 Thread Shen Liang
Hi Glenn, Is it possible compile poppler with mingw in msys or compile win32 poppler with mingw in Linux? On Fri, Oct 16, 2009 at 7:43 PM, Glenn Ganz wrote: > I build poopler with mingw in cygwin. > > > > Now it looks like there is a rgb / bgr problem there. I converted a pdf > with pdftoppm a

Re: [poppler] [Help] How can I compile poppler on win32 platform!

2009-11-25 Thread Shen Liang
I think you have to compile it by yourself. It shouldn't be TOO difficult with MS VS. Most people here just focus on *nix. On Thu, Nov 26, 2009 at 1:03 PM, 杨小勇 wrote: > > Hi: > Any one can give me a link to download binary poppler for windows or > advice how to compile poppler for windows, w

Re: [poppler] [Help] How can I compile poppler on win32 platform!

2009-11-25 Thread Shen Liang
UvUkVB/RE1FLndp/bmRvd3M_/3D/b1/> > > The msvc makefile is called 'makefile.vc' and you can compile poppler on > command > line with: 'nmake -f makefile.vc TARGET=rel' (or TARGET=dbg). > > > 但是我现在下载的版本是poppler-0.12.2,里面并没有makefile.vc这个文件 > > > > &

Re: [poppler] [Help] How can I compile poppler on win32 platform!

2009-11-25 Thread Shen Liang
e poppler-0.12.0 > > Am I use the wrong complier ? or lose some make files ? > > Best Regrads! > > > > > > > 2009/11/26 杨小勇 > >> Thanks very much, I will try it >> .. >> Have a nice day >> >> >&

Re: [poppler] [Help] How can I compile poppler on win32 platform!

2009-11-26 Thread Shen Liang
在这个上面了, 我换vs2008试试 > > > 谢谢了 > > > On Thu, Nov 26, 2009 at 3:38 PM, Shen Liang wrote: > >> 这个我就不清楚了,我最近也一直在linux下。 >> 原来我用VS2005成功编译过xpdf,应该和poppler基本一致。我试过用免费版的VS2003编译工具编译xpdf,没成功,好像少lib吧。 >> >> >> 2009/11