On 8/28/05, Mojca Miklavec <[EMAIL PROTECTED]> wrote:
> Hello,
> 
> How can I add Author/Title/Creator/Keywords/... to PDF documents,
> possibly with non-ascii characters?
> In LaTeX the hyperref package does the job (with help of
> \pdfstringdef, which redefines a whole bunch of things). Most ConTeXt
> documentation contains these headers, but I haven't seen any examples
> in ConTeXt sources yet.
> 

Try:
\setupinteraction
    [state=start,
    title={...},
    author={...},
    keywords={...}]

-- 
http://vnoss.org
Vietnamese Open Source Software Community
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to