From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14690 Path: main.gmane.org!not-for-mail From: Stefan Wachter Newsgroups: gmane.comp.tex.context Subject: How to produce PDF links with custom action? Date: Wed, 4 Feb 2004 16:13:59 +0000 (UTC) Sender: ntg-context-admin@ntg.nl Message-ID: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1076000056 10740 80.91.224.253 (5 Feb 2004 16:54:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 5 Feb 2004 16:54:16 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Thu Feb 05 17:54:03 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AomlP-0005MN-00 for ; Thu, 05 Feb 2004 17:54:03 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 1809910B07; Thu, 5 Feb 2004 17:52:37 +0100 (MET) Original-Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by ref.ntg.nl (Postfix) with ESMTP id 574D010B40 for ; Wed, 4 Feb 2004 17:19:35 +0100 (MET) Original-Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AoPlm-00040z-00 for ; Wed, 04 Feb 2004 17:20:54 +0100 Original-Received: from p508B3C75.dip.t-dialin.net ([80.139.60.117]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed Feb 4 16:20:54 2004 Original-Received: from stefan.wachter by p508B3C75.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed Feb 4 16:20:54 2004 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ntg-context@ref.ntg.nl Original-Lines: 17 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 80.139.60.117 (Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3.1) Gecko/20030425) Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:14690 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14690 Hi all! Does ConTeXt allow to create links with custom actions? I have a working LaTeX / PDF-TeX solution which I am not able to port to ConTeXt. The following PDF-TeX code contained in a LaTeX file produces the desired PDF-Code. \\pdfstartlink attr{/Border [ 0 0 0 ]} user{/Subtype/Link/A << /S /AVDP_Action /AVDP_Param (../../nach-dateipfad.pdf 1)>>} here is a link \\pdfendlink Yet, if I include the same lines of code in a ConTeXt file then no link is generated. Thanks for you attention, Stefan