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&#39;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&#39;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>&quot;C:\Program Files\CMake 2.8\bin\cmake.exe&quot; -G &quot;Visual Studio 8 2005&quot; &quot;C:\developer\poppler&quot; -DICONV_INCLUDE_DIR=&quot;%INCONVDIR%\include&quot; -DICONV_LIBRARIES=&quot;%ICONVDIR%\lib\libiconv.lib&quot; -DJPEG_INCLUDE_DIR=&quot;%JPEGDIR%&quot; -DZLIB_INCLUDE_DIR=&quot;%ZLIBDIR%\include&quot; -DJPEG_LIBRARY=&quot;%JPEGDIR%\libjpeg.lib&quot; -DZLIB_LIBRARY=&quot;%ZLIBDIR%\lib\zdll.lib&quot; -DFREETYPE_INCLUDE_DIRS=&quot;%FTDIR%\include;%FTDIR%\include\freetype&quot; -DFREETYPE_LIBRARY=&quot;%FTDIR%\objs\freetype244MT.lib&quot; -DPNG_PNG_INCLUDE_DIR=&quot;%PNGDIR%&quot; -DPNG_LIBRARY=&quot;%PNGDIR%\libpng.lib&quot; -DCAIRO_INCLUDE_DIRS=&quot;%CAIRODIR%\include&quot; -DCAIRO_LIBRARIES=&quot;%CAIRODIR%\lib\cairo.lib&quot;<br>
<br>Is there anything I am missing? Please help.<br><br>Thanks,<br>Idka<br><br><br>