Hi all,
How can I set pdfinfo in XeLaTeX. In LaTeX, I can use this:
\documentclass{...}
...
\pdfinfo{
/Title (...)
/Subject (...)
/Author (...)
/Keywords (...)
}
\begin{document}
...
\end{document}
What is the equivalent for XeLaTeX?
Thanks,
Pander