Re: [gdal-dev] PDF via podofo

2011-07-13 Thread Even Rouault
Selon Joaquim Luis : > Evan, > > It seams to work now. I say "seams" because with podofo it also requires > to have available "pdftoppm" > > gdal_translate lixo.pdf lixo.tiff > Input file size is 1239, 1754 > 0'pdftoppm' is not recognized as an internal or external command, Yes, this is expected

Re: [gdal-dev] PDF via podofo

2011-07-12 Thread Joaquim Luis
Evan, It seams to work now. I say "seams" because with podofo it also requires to have available "pdftoppm" gdal_translate lixo.pdf lixo.tiff Input file size is 1239, 1754 0'pdftoppm' is not recognized as an internal or external command, but since your fix to build with poppler 0.14 works jus

Re: [gdal-dev] PDF via podofo

2011-07-12 Thread Joaquim Luis
On 12-07-2011 12:20, Even Rouault wrote: Le mardi 12 juillet 2011 12:59:31, Joaquim Luis a écrit : Hi, I am still having troubles with a build with PDF support. I used to have a working solution for my gdalread MEX by using poppler 0.14, however now GDAL gives an error when linking with it (som

Re: [gdal-dev] PDF via podofo

2011-07-12 Thread Even Rouault
Le mardi 12 juillet 2011 12:59:31, Joaquim Luis a écrit : > Hi, > > I am still having troubles with a build with PDF support. I used to have > a working solution for my gdalread MEX by using poppler 0.14, however > now GDAL gives an error when linking with it (something about a member > that does

[gdal-dev] PDF via podofo

2011-07-12 Thread Joaquim Luis
Hi, I am still having troubles with a build with PDF support. I used to have a working solution for my gdalread MEX by using poppler 0.14, however now GDAL gives an error when linking with it (something about a member that does not exist). So I turned again to 0.16 and managed to compile ever