Hi,<br><br>I am new to Poppler so please forgive me if this is too dumb a question.<br><br>I compiled Poppler 0.16.0 in win7 using cmake and built it in visual studio 2005.<br><br>After building everything, I tried running the poppler-render. None of the pdf's I tried rendered correctly. They are all in messy color and you can vaguely see some of the words got rendered correctly but still in weird color and position.<br>
<br>I attached one of the files in the attachment. On the left was the rendered jpg image and on the right was how the pdf should look like. It is not a specific file issue because I tried 5 or 6 different pdf's they all got the same weird output.<br>
<br>My cmake build file look like this:<br><br>del cmakecache.txt<br>set FTDIR=C:\Developer\freetype<br>set JPEGDIR=C:\Developer\jpeg<br>set ZLIBDIR=C:\Developer\zlib<br>set PNGDIR=C:\Developer\png<br>set ICONVDIR=C:\Developer\libiconv<br>
set CAIRODIR=C:\Developer\cairo<br>"C:\Program Files\CMake 2.8\bin\cmake.exe" -G "Visual Studio 8 2005" "C:\developer\poppler" -DICONV_INCLUDE_DIR="%INCONVDIR%\include" -DICONV_LIBRARIES="%ICONVDIR%\lib\libiconv.lib" -DJPEG_INCLUDE_DIR="%JPEGDIR%" -DZLIB_INCLUDE_DIR="%ZLIBDIR%\include" -DJPEG_LIBRARY="%JPEGDIR%\libjpeg.lib" -DZLIB_LIBRARY="%ZLIBDIR%\lib\zdll.lib" -DFREETYPE_INCLUDE_DIRS="%FTDIR%\include;%FTDIR%\include\freetype" -DFREETYPE_LIBRARY="%FTDIR%\objs\freetype244MT.lib" -DPNG_PNG_INCLUDE_DIR="%PNGDIR%" -DPNG_LIBRARY="%PNGDIR%\libpng.lib" -DCAIRO_INCLUDE_DIRS="%CAIRODIR%\include" -DCAIRO_LIBRARIES="%CAIRODIR%\lib\cairo.lib"<br>
<br>Is there anything I am missing? Please help.<br><br>Thanks,<br>Idka<br><br><br>