2011/1/17 Oliver Heins
How can I generate a searchable PDF with mkiv, using a non standard font like MinionPro?
\definefontfeature [default] [default] [mode=node,script=latn,onum=yes] \usemodule[simplefonts] \setmainfont[minionpro]
\starttext fi ff ffi ffl 1234567890 \stoptext
Using pdftotext, I get this:
fi ff ffi ffl
However, using Adobe Reader this things won't be found. It should read:
fi ff ffi ffl 1234567890
Using latex, one would use \input glyphtounicode.tex \pdfgentounicode=1, but this doesn't seem to work with context. Context used pdfr-def, but this seems to be mkii-only.
Hi Oliver, Your example works for me with the beta 2011.01.14 and pdftotext-0.16.0. Which version is your ConTeXt MkIV? Your problem looks like "http://www.ntg.nl/pipermail/ntg-context/2010/052259.html" but that one has been solved by Taco. -- Best regards, Li Yanrui (李延瑞)