From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/22170 Path: news.gmane.org!not-for-mail From: Mojca Miklavec Newsgroups: gmane.comp.tex.context Subject: Re: headers in PDF document Date: Sun, 28 Aug 2005 22:55:42 +0200 Message-ID: <431224CE.6010402@gmail.com> References: <6faad9f0050827212314151411@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1125262770 26351 80.91.229.2 (28 Aug 2005 20:59:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 28 Aug 2005 20:59:30 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun Aug 28 22:59:25 2005 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1E9UE3-0007rE-J3 for gctc-ntg-context-518@m.gmane.org; Sun, 28 Aug 2005 22:57:59 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 320DC127C7; Sun, 28 Aug 2005 22:57:59 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 11303-05; Sun, 28 Aug 2005 22:57:59 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id EF0BD127B3; Sun, 28 Aug 2005 22:56:01 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BC23C127B3 for ; Sun, 28 Aug 2005 22:55:59 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 11282-06 for ; Sun, 28 Aug 2005 22:55:58 +0200 (CEST) Original-Received: from avs3.arnes.si (avs3.arnes.si [193.2.1.68]) by ronja.ntg.nl (Postfix) with ESMTP id CE41F1279F for ; Sun, 28 Aug 2005 22:55:58 +0200 (CEST) Original-Received: from localhost (avs3.arnes.si [193.2.1.68]) by avs3.arnes.si (Postfix) with ESMTP id 17A1D1D796A for ; Sun, 28 Aug 2005 22:55:58 +0200 (CEST) Original-Received: from avs3.arnes.si ([193.2.1.68]) by localhost (avs3.arnes.si [193.2.1.68]) (amavisd-new, port 10024) with ESMTP id 55416-03 for ; Sun, 28 Aug 2005 22:55:57 +0200 (CEST) Original-Received: from [194.249.10.210] (ar20-18i.dial-up.arnes.si [194.249.10.210]) by avs3.arnes.si (Postfix) with ESMTP id 0E3E41D795C for ; Sun, 28 Aug 2005 22:55:46 +0200 (CEST) User-Agent: Mozilla/4.5-4.75 (Windows; U; Windows NT 5.1; sl-SI; rv:1.4) Gecko/20030624 Netscape/7.1 X-Accept-Language: sl, en, en-us, de Original-To: mailing list for ConTeXt users In-Reply-To: X-Virus-Scanned: by amavisd-new at arnes.si X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:22170 Archived-At: 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