[XeTeX] Setting PDF document information

Jonathan Kew jonathan_kew at sil.org
Tue Apr 15 15:33:32 CEST 2008


On 15 Apr 2008, at 1:45 pm, Wesley Griffin wrote:

> I'm attempting to set/embed the PDF document information such as
> Title, Author, etc, and I cannot get it to work. I'm using TeX Live
> 2007 on OS X 10.5.2. Below is a simple example of attempting to use
> the hyperref package with its pdfauthor and pdftitle options. I've
> tried both the below and with \hypersetup and neither works.
>

The xdv2pdf driver (the default used by the TL2007 release of xetex  
on OS X) doesn't support this. Try using the xdvipdfmx driver  
instead, by enabling the XeLaTeX-xdvipdfmx engine in TeXShop or  
specifying it on the command line:

   xelatex -output-driver="xdvipdfmx -q -E" myfile.tex

This should support setting PDF info; at least it works for me with  
the latest development versions.

JK



More information about the XeTeX mailing list