2010/3/14 Norbert Preining
I have already one patch in my patch queue to help (for the pdf version, see attached patch), but there is a new problem which I tried to find a way around without success. Maybe someone here has an idea: ../../../source/texk/web2c/luatexdir/image/pdftoepdf.cc: In function ‘void write_epdf1(pdf_output_file*, image_dict*)’: ../../../source/texk/web2c/luatexdir/image/pdftoepdf.cc:663: error: ‘class Page’ has no member named ‘getResourcesNF’ ../../../source/texk/web2c/luatexdir/image/pdftoepdf.cc:669: error: ‘class Page’ has no member named ‘getMetadataNF’
Hartmut forked our version of xpdf in r3304.
I checked the header files from poppler and there is nothing like *NF :-(
That's because it's a local addition to xpdf. I see two options: 1. create a layer between xpdf/poppler and luatex like in pdftex 1.50 2. push changes like these upstream (i.e. to poppler) so that they get integrated there Hartmut? Best Martin