If I compile the following minimal code with LuaLaTeX I seem to get a faulty pdf:
\documentclass{article}
\usepackage{fontspec}
\setmainfont{Times New Roman}
\begin{document}
text
\end{document}
If I open the resulting pdf-file in Adobe Acrobat and try to export it as a Word Document I an told that this is a bad pdf because of a "bad Type0 font":

Is it me who is doing something wrong or LuaLaTeX? Or fontspec? (The Font I'm using is the OpenType Times New Roman that comes with Windows7.)
Update: The problem also occurs with \setmainfont{Minion Pro}, but the error message is slightly different: Instead of "bad Type0 font" it says "cannot find CMap resource file".
[Ligatures=TeX]? Does the error occur with other fonts? Do you get errors from other software that reads pdfs? Are you not able to post the pdf for others to look at because it's not legal to redistribute the font? – Mar 17 '13 at 05:17</Library/Fonts/Times New Roman.ttf>; the path will be different on your system, but the used font should be between<...>; check it. – egreg Mar 17 '13 at 11:08normalin lualatex is"name:TimesNewRoman:mode=node;script=latn;language=DFLT;+tlig;+trep;"in xelatex:"Times New Roman/ICU:script=latn;language=DFLT;mapping=tex-text;"– Andrew Swann Mar 17 '13 at 13:48Ligatures=TeX. It also persists when I go from TNR (a TrueType font in an OpenType container) to, say, Minion Pro (a CFF font on an OpenType container). It disappears, though, whenfontspecis removed altogether. – Nils L Mar 17 '13 at 13:49C:/Windows/Fonts/times.ttf(as expected, I'd say). What was the purpose of looking this up? And @Mico: I'm using MikTeX 2.9 and I cannot find any errors or warning messages. – Christoph Mar 17 '13 at 18:07fontspec) really faulty or is Acrobat's export feature faulty? – Christoph Mar 17 '13 at 18:21fontspecis also being reported here: http://tex.stackexchange.com/questions/58760/lualatex-fontspec-cannot-compare-documents-with-acrobat?rq=1 – Christoph Mar 17 '13 at 18:56.pdfto a file hosting site and share the link here. You might also check this thread on the adobe forums – Scott H. Mar 17 '13 at 20:18luaotfload? Current LuaTeX is 0.76 – egreg Jul 06 '13 at 22:29Acrobatspecific, one can usepdfminer, or---to be more accurate---its command line toolpdf2txt. Unfortunately, it worked on some computers and does not on others and I was not able to track it down. However, it works on an updated TeXLive 2013. The pdfs look just fine, but the pdfs are not searchable and, e.g., copy and paste does not work. – Andy Dec 23 '13 at 19:44