VnPenguin wrote:
Mojca Miklavec wrote:

How can I add Author/Title/Creator/Keywords/... to PDF documents,
possibly with non-ascii characters?

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

Thank you, I finally found \doPDFsetupidentity in spec-fdf (the part that I was looking for). Accent are currently converted to their unaccented counterparts, but temporary this is still OK.

Adobe seems to have some strange way of encoding those strings: I can use scaron in those fields (if I write something manually in Acrobat), but then the whole string becomes two-byte with some prefix and resembles unicode encoding.

Out of curiosity: can you manually write Vietnamese characters to those fields in Adobe? I have a feeling that they loose the second accent if I copy-paste some double-accented characters, but I don't know if this is just a visual effect/lack of proper fonts or if it really isn't supported.

Thanks once more,
        Mojca
_______________________________________________
ntg-context mailing list
[email protected]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to